Skip to content

Commit ab6ad65

Browse files
Merge branch 'main' into origin/dev
2 parents 3ada90b + d14d5b7 commit ab6ad65

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tutorials/pick_and_place/ROS/src/niryo_moveit/scripts/server_endpoint.py

100755100644
File mode changed.

tutorials/pick_and_place/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY docker/tutorial /
1818

1919
RUN /bin/bash -c "find $ROS_WORKSPACE -type f -print0 | xargs -0 dos2unix"
2020

21-
RUN dos2unix /tutorial /setup.sh && chmod +x /setup.sh && /setup.sh && rm /setup.sh
21+
RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh && rm /setup.sh
2222

2323
WORKDIR $ROS_WORKSPACE
2424

tutorials/ros_packages/robotics_demo/scripts/server_endpoint.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)