mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added missing freenect driver on docker images
This commit is contained in:
@@ -26,14 +26,14 @@ RUN apt-get update && \
|
||||
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then apt-get update && \
|
||||
apt upgrade -y && \
|
||||
apt-get install -y ros-humble-rtabmap-ros && \
|
||||
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 ros-humble-rtabmap-launch && \
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user