mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Docker: added focal image, fixed bionic image not building with alicevision. Updated travis with focal build.
This commit is contained in:
@@ -104,7 +104,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
||||
# Build RTAB-Map project
|
||||
RUN source /ros_entrypoint.sh && \
|
||||
cd rtabmap/build && \
|
||||
cmake .. && \
|
||||
cmake -DWITH_ALICE_VISION=ON .. && \
|
||||
make && \
|
||||
make install && \
|
||||
cd ../.. && \
|
||||
|
||||
Reference in New Issue
Block a user