mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added MRPT optional dependency. Updated localization_pose + its covariance to be always published.
This commit is contained in:
@@ -4,7 +4,7 @@ FROM osrf/ros:humble-desktop
|
||||
|
||||
# Install build dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git software-properties-common ros-humble-rtabmap-ros && \
|
||||
apt-get install -y git software-properties-common ros-humble-rtabmap-ros libmrpt-poses-dev && \
|
||||
apt-get remove -y ros-humble-rtabmap
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
Reference in New Issue
Block a user