mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-12 22:30:19 +08:00
docker superpoint: added stereo_img_proc and image_tranport plugins dep for convenience
This commit is contained in:
@@ -50,7 +50,7 @@ RUN apt update && \
|
||||
# Install ros dependencies
|
||||
RUN apt-get update && \
|
||||
apt upgrade -y && \
|
||||
apt-get install -y git ros-noetic-ros-base python3-catkin-tools python3-rosdep build-essential ros-noetic-rtabmap-ros ros-noetic-pybind11-catkin && \
|
||||
apt-get install -y git ros-noetic-ros-base python3-catkin-tools python3-rosdep build-essential ros-noetic-rtabmap-ros ros-noetic-pybind11-catkin ros-noetic-image-transport-plugins ros-noetic-stereo-image-proc && \
|
||||
apt-get remove -y ros-noetic-rtabmap && \
|
||||
rosdep init && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||
|
||||
Reference in New Issue
Block a user