mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
11 lines
208 B
Docker
11 lines
208 B
Docker
|
|
# Image: introlab3it/rtabmap:android24
|
||
|
|
|
||
|
|
FROM introlab3it/rtabmap:android-deps
|
||
|
|
|
||
|
|
WORKDIR /root/
|
||
|
|
|
||
|
|
ADD rtabmap.bash /root/rtabmap.bash
|
||
|
|
RUN chmod +x rtabmap.bash
|
||
|
|
RUN /bin/bash -c "./rtabmap.bash /opt/android 24"
|
||
|
|
|