Skip to content

Commit

Permalink
docker focal deps: removed gtsam as already installed by ros now (fix…
Browse files Browse the repository at this point in the history
…ing downstream gtsam version conflict errors)
  • Loading branch information
matlabbe committed Feb 10, 2024
1 parent 1bd2d9f commit cd615c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/focal/deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit cd615c6

Please sign in to comment.