Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 12:39:40 +02:00 committed by GitHub
parent 71d9e4db52
commit 06336ba2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ RUN source /opt/ros/${ROS_DISTRO}/setup.bash \
ros-${ROS_DISTRO}-rqt \
#&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y
RUN source /opt/ros/${ROS_DISTRO}/setup.bash \
&& colcon build --symlink-install
&& colcon build --symlink-install \
&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y
#ENV UNDERLAY_WS=/base_ws