The webots_manipulation
package contains training code of Webots with MoveIt!.
- Build a dockerfile from
webots_docker
. Instructions in that repo. - Organize the project like this:
worskpace
|
|___webots_docker
|___ws
|___src
|___robotiq
|___universal_robot
|___webots_manipulation
Clone the following dependencies into your workspace:
roslaunch webots_manipulation minimal.launch
roslaunch webots_manipulation complete.launch
rosrun webots_manipulation pick_and_place
roslaunch webots_manipulation grasp_pipeline.launch
roslaunch webots_manipulation motion_planning_pipeline.launch
- Getting
move_group
s. Open the MoveIt! Command Line Tool:
$ rosrun moveit_commander moveit_commander_cmdline.py
> use [TAB]