This package launches gazebo world, Fetch robot, table and block on the table. The Fetch robot performs Grasp, Pick, Hold, Shake and Place behaviors on the block and record each behavior in a separate rosbag file.
- Ubuntu 16.04
- ROS Kinetic
- Gazebo 7.x
sudo apt-get install ros-kinetic-costmap-2d
sudo apt-get install ros-kinetic-opencv-candidate
sudo apt-get install ros-kinetic-rgbd-launch
sudo apt-get install ros-kinetic-robot-controllers
roslaunch fetch_tufts pickplace_playground.launch
roslaunch fetch_tufts pick_and_place_tufts.launch num_of_run:="# of trials"
Example:
roslaunch fetch_tufts pick_and_place_tufts.launch num_of_run:=2