mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
docker: fixed copy of ros_entrypoint.sh
This commit is contained in:
@@ -183,6 +183,6 @@ RUN git clone --branch 4.2.0 https://github.com/opencv/opencv.git && \
|
|||||||
|
|
||||||
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
||||||
|
|
||||||
RUN cp /root/rtabmap/docker/focal-foxy/deps/ros_entrypoint.sh /ros_entrypoint.sh
|
COPY ./docker/focal-foxy/deps/ros_entrypoint.sh /ros_entrypoint.sh
|
||||||
ENTRYPOINT [ "/ros_entrypoint.sh" ]
|
ENTRYPOINT [ "/ros_entrypoint.sh" ]
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ RUN git clone --branch 4.5.4 https://github.com/opencv/opencv.git && \
|
|||||||
|
|
||||||
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
|
||||||
|
|
||||||
RUN cp /root/rtabmap/docker/jammy/deps/ros_entrypoint.sh /ros_entrypoint.sh
|
COPY ./docker/jammy/deps/ros_entrypoint.sh /ros_entrypoint.sh
|
||||||
ENTRYPOINT [ "/ros_entrypoint.sh" ]
|
ENTRYPOINT [ "/ros_entrypoint.sh" ]
|
||||||
|
|
||||||
# ros2 seems not sourcing by default its multi-arch folders
|
# ros2 seems not sourcing by default its multi-arch folders
|
||||||
|
|||||||
Reference in New Issue
Block a user