We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a86a5 commit 22864c1Copy full SHA for 22864c1
.docker/jazzy.amd64.dockerfile
@@ -62,7 +62,15 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" && \
62
63
# source entrypoint setup
64
RUN touch /ros_entrypoint.sh && sed --in-place --expression \
65
- '$i source "$DAVE_WS/install/setup.bash"' /ros_entrypoint.sh
+ '$i source "/opt/ws_dave/install/setup.bash"' /ros_entrypoint.sh
66
+
67
+# Source ROS and Gazebo
68
+RUN sed --in-place --expression \
69
+'$i source "/opt/ros/jazzy/setup.bash"' /ros_entrypoint.sh && \
70
+sed --in-place --expression \
71
+'$i source "/opt/gazebo/install/setup.bash"' /ros_entrypoint.sh && \
72
73
+'$i export PYTHONPATH=$PYTHONPATH:/opt/gazebo/install/lib/python' /ros_entrypoint.sh
74
75
# Set User as user
76
USER $USER
0 commit comments