mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
jammy-deps: explicitly uninstall grid-map-core till new humble version is released
This commit is contained in:
@@ -24,18 +24,11 @@ RUN apt-get update && \
|
||||
apt-get install -y git libtbb-dev ros-humble-ros-base ros-dev-tools && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then apt-get update && \
|
||||
RUN apt-get update && \
|
||||
apt upgrade -y && \
|
||||
apt-get install -y libfreenect-dev ros-humble-rtabmap-ros && \
|
||||
apt-get remove -y ros-humble-rtabmap* && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/; fi
|
||||
|
||||
# current issue that ros-humble-rtabmap-ros is not available on arm64
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then apt-get update && \
|
||||
apt upgrade -y && \
|
||||
apt-get install -y libfreenect-dev ros-humble-rtabmap-launch && \
|
||||
apt-get remove -y ros-humble-rtabmap* && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/; fi
|
||||
apt-get remove -y ros-humble-rtabmap* ros-humble-grid-map-core && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user