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.
2 parents 3ada90b + d14d5b7 commit ab6ad65Copy full SHA for ab6ad65
tutorials/pick_and_place/ROS/src/niryo_moveit/scripts/server_endpoint.py
100755
100644
tutorials/pick_and_place/docker/Dockerfile
@@ -18,7 +18,7 @@ COPY docker/tutorial /
18
19
RUN /bin/bash -c "find $ROS_WORKSPACE -type f -print0 | xargs -0 dos2unix"
20
21
-RUN dos2unix /tutorial /setup.sh && chmod +x /setup.sh && /setup.sh && rm /setup.sh
+RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh && rm /setup.sh
22
23
WORKDIR $ROS_WORKSPACE
24
tutorials/ros_packages/robotics_demo/scripts/server_endpoint.py
0 commit comments