mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Added MRPT optional dependency. Updated localization_pose + its covariance to be always published.
This commit is contained in:
@@ -12,6 +12,10 @@ WORKDIR /root/
|
||||
# GTSAM
|
||||
RUN add-apt-repository ppa:borglab/gtsam-release-4.0 -y
|
||||
RUN apt install libgtsam-dev libgtsam-unstable-dev -y
|
||||
|
||||
# MRPT
|
||||
RUN add-apt-repository ppa:joseluisblancoc/mrpt-stable -y
|
||||
RUN apt install libmrpt-poses-dev
|
||||
|
||||
# PDAL
|
||||
RUN apt-get install -y libpdal-dev
|
||||
|
||||
Reference in New Issue
Block a user