You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/RADI/Dockerfile.dependencies_humble
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,8 @@ RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkAttacher.git
301
301
RUN git clone https://github.com/IFRA-Cranfield/IFRA_ObjectPose.git
302
302
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkPose.git
303
303
RUN git clone https://github.com/IFRA-Cranfield/ros2_RobotiqGripper.git
304
-
RUN git clone https://github.com/IFRA-Cranfield/ros2_SimRealRobotControl
304
+
# Forked needed in order to read the parameters from main launcher
305
+
RUN git clone https://github.com/javizqh/ros2_SimRealRobotControl
305
306
RUN sudo cp /home/industrial_ws/src/ros2_SimRealRobotControl/include/move_group_interface_improved.h /opt/ros/humble/include/moveit/move_group_interface/move_group_interface_improved.h
0 commit comments