This package launches gazebo world, UR5 arm, table and block on the table. The UR5 arm performs Pick and Place behaviors on the block using MoveIt!
and moveit_simple_grasps
.
- Ubuntu 16.04
- ROS Kinetic
- Gazebo 7.x
roslaunch ur5_single_arm_tufts ur5_single_arm_rviz.launch
roslaunch gazebo_ros empty_world.launch paused:=true use_sim_time:=false gui:=true throttled:=false recording:=false debug:=true
rosrun gazebo_ros spawn_model -file $(rospack find ur5_single_arm_tufts)/urdf/ur5_single_arm.urdf -urdf -x 0 -y 0 -z 0 -model ur5_single_arm
roslaunch ur5_single_arm_tufts ur5_single_arm_gazebo.launch
roslaunch ur5_single_arm_manipulation execute_trajectory.launch
rosrun ur5_single_arm_manipulation execute_trajectory.py
roslaunch ur5_single_arm_manipulation pick_and_place.launch
roslaunch ur5_single_arm_manipulation grasp_generator_server.launch
rosrun ur5_single_arm_manipulation pick_and_place.py
roslaunch ur5_single_arm_manipulation planners.launch
rosrun ur5_single_arm_manipulation planners.py
roslaunch ur5_dual_arm_tufts ur5_dual_arm_gazebo.launch
roslaunch ur5_dual_arm_tufts ur5_right_arm_gazebo.launch
roslaunch ur5_dual_arm_tufts ur5_left_arm_gazebo.launch