universal_robotrobotiq
- Ubuntu 20.04
- ROS Noetic
- Gazebo
1. Launch the Gazebo simulation (Terminal A):
roslaunch ur5_gazebo ur5_gripper_sim.launch2. Launch the MoveIt simulation (Terminal B):
roslaunch ur5_gripper_moveit ur5_moveit_planning_execution.launchThe simulation includes UR5 manipulator, Robotiq gripper, and a reachable RGB-D camera.
3. Run the control script (Terminal c):
rosrun ur5_control pose_get.py- Modified URDFs to combine UR5 and Robotiq gripper for both description and Gazebo
- MoveIt configuration for UR5 with gripper
- Gazebo environment setup
- Basic motion control:
- Robot state read/write
- Gripper open/close
- 2D pixel to 3D world pose transformation for building blocks
- Train YOLO prediction model
- Predict grasp points and execute grasp control
- Implement reinforcement learning-based planning

