March 2018
Intermediate to advanced
1396 pages
42h 14m
English
Using the same code as in demo mode, we can actually move the real controllers, either in simulation (Gazebo) or using the real hardware. The interface is the same, so using a real arm or Gazebo is exactly the same. In these cases, the joints will actually move and the grasping will actually make the gripper come in contact with the grasping object (the can of Coke). This requires a proper definition of the objects and the gripper in Gazebo to work properly.
The commands to run the pick and place in this case (as shown previously) are:
$ roslaunch rosbook_arm_gazebo rosbook_arm_grasping_world.launch
$ roslaunch rosbook_arm_moveit_config moveit_rviz.launch config:=true
$ roslaunch rosbook_arm_pick_and_place grasp_generator_server.launch ...