Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker/ros2_ov202x/ros2_humble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ USER ubuntu
RUN mkdir -p ros2_ws/src
WORKDIR /home/ubuntu/ros2_ws/src
RUN git clone https://github.com/intel/ros2_object_msgs.git
#change the branch before merge
RUN git clone -b openvino_2025 https://github.com/jb-balaji/ros2_openvino_toolkit.git
RUN git clone -b ros2 https://github.com/intel/ros2_openvino_toolkit.git
RUN git clone -b humble https://github.com/ros-perception/vision_opencv.git
WORKDIR /home/ubuntu/ros2_ws
RUN source /opt/ros/humble/setup.bash \
Expand Down