mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
docker focal deps: removed gtsam as already installed by ros now (fixing downstream gtsam version conflict errors)
This commit is contained in:
@@ -10,11 +10,6 @@ RUN apt-get update && \
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
# GTSAM
|
||||
RUN add-apt-repository ppa:borglab/gtsam-release-4.0 -y
|
||||
RUN apt-get update && apt install libgtsam-dev libgtsam-unstable-dev -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||
|
||||
# MRPT
|
||||
RUN add-apt-repository ppa:joseluisblancoc/mrpt-stable -y
|
||||
RUN apt-get update && apt install libmrpt-poses-dev -y && \
|
||||
|
||||
Reference in New Issue
Block a user