Skip to content

Commit ed5af65

Browse files
LaurieCheers-unitymrpropellerspeifeng-unityvidurvij-Unity
authored
Fix merge conflicts (#99)
* Merging dev branch into main (#78) * Reverting params.yaml and updating code in server_endpoint.md * TcpServer class was renamed * convert all files with dos2unix (#76) * Minor tutorial tweaks, update version numbers Co-authored-by: Devin Miller <devin.miller@unity3d.com> Co-authored-by: peifeng-unity <56408141+peifeng-unity@users.noreply.github.com> * Updating instructions for URDF repository (#71) * 1. Adding images for URDF tutorial 2. Adding instructions highlighting Disable Collison tag * Adding link to example of disable collision tag in the niryo_one URDF file Co-authored-by: Devin Miller <devin.miller@unity3d.com> Co-authored-by: peifeng-unity <56408141+peifeng-unity@users.noreply.github.com> Co-authored-by: vidurvij-Unity <60901103+vidurvij-Unity@users.noreply.github.com>
1 parent 3ada90b commit ed5af65

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)