- python3-catkin-tools (used
catkin buildfor building) - rqt_joint_trajectory_plot (used for plotting test trajectories)
- This package contains the MoveIt! configuration files for a simulated UR5e robot
- This package houses code and tests that deal with creating natural, velocity-controlled movements for a simulated UR5e robot
Custom launch files were created for starting the simulated UR5e:
launch/ur5e_gazebo_bringup.launchstarts a Gazebo instance that loads the robot model and a model for its table and a wallroslaunch natural_motion ur5e_gazebo_bringup.launch
launch/ur5e_planning_execution.launchstarts an instance of RViz with the MoveIt! planning plugin and links it to a Gazebo-simulated armroslaunch natural_motion ur5e_planning_execution.launch
Alternatively, roslaunch ur_gazebo ur5e_bringup.launch can be used to start a Gazebo instance with no other custom models in the scene.