Skip to content

Commit 4681ad9

Browse files
committed
removed branch specification
1 parent 9776f0a commit 4681ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ROS2/Jetson/wheelchair2_base_jetson/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN sudo apt-get update \
3535

3636
# Build and install Realsense-SDK
3737
WORKDIR /home/$USERNAME
38-
RUN git clone --depth=1 --progress --verbose --branch v2.56.2 https://github.com/IntelRealSense/librealsense.git
38+
RUN git clone --depth=1 --progress --verbose https://github.com/IntelRealSense/librealsense.git
3939
WORKDIR /home/$USERNAME/librealsense
4040
RUN sudo mkdir -p /etc/udev/rules.d && \
4141
./scripts/setup_udev_rules.sh \

0 commit comments

Comments
 (0)