Skip to content

Commit

Permalink
jazzy: fixed docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 4, 2024
1 parent 12489b3 commit 9e3c746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/jazzy/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN source /ros_entrypoint.sh && \
rosdep update && \
apt-get update && \
rosdep install --from-paths src --ignore-src -r -y -t build_export -t test -t build -t buildtool_export -t buildtool --skip-keys="nav2_bringup realsense2_camera nav2_msgs grid_map_ros" && \
apt remove ros-$ROS_DISTRO-rtabmap* -y && \
apt-get clean && rm -rf /var/lib/apt/lists/ && \
colcon build --event-handlers console_direct+ --install-base /opt/ros/$ROS_DISTRO --merge-install --cmake-args -DRTABMAP_SYNC_MULTI_RGBD=ON -DCMAKE_BUILD_TYPE=Release && \
cd && \
Expand Down

0 comments on commit 9e3c746

Please sign in to comment.