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
RUN git clone https://github.com/ros-controls/gazebo_ros2_control.git
301
+
RUN cd gazebo_ros2_control && git reset --hard 9a3736c # Commit for the 0.4.6 version!
302
+
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkAttacher.git
303
+
RUN git clone https://github.com/IFRA-Cranfield/IFRA_ObjectPose.git
304
+
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkPose.git
305
+
RUN git clone https://github.com/IFRA-Cranfield/ros2_RobotiqGripper.git
306
+
# Forked needed in order to read the parameters from main launcher
307
+
RUN git clone https://github.com/javizqh/ros2_SimRealRobotControl
308
+
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