mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-15 07:40:20 +08:00
docker: added rosdep install step to make sure all new dependencies are installed for examples
This commit is contained in:
@@ -9,6 +9,9 @@ COPY . catkin_ws/src/rtabmap_ros
|
||||
|
||||
RUN source /ros_entrypoint.sh && \
|
||||
cd catkin_ws && \
|
||||
apt update && \
|
||||
rosdep install --from-paths src --ignore-src -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
catkin_make -j1 -DRTABMAP_SYNC_MULTI_RGBD=ON -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic install && \
|
||||
cd && \
|
||||
rm -rf catkin_ws
|
||||
|
||||
Reference in New Issue
Block a user