mkdir ros_workspace
cd ros_workspace/
git clone https://github.com/hri-ironlab/fetch_mtc.git src
cd src/
git clone https://github.com/ros-planning/moveit_task_constructor.git
git clone --branch ros1 [email protected]:bryceikeda/fetch_ros.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin build
source devel/setup.bash
In three different terminals run the following commands in order
roslaunch task_planner fetch_mtc_demo.launch
roslaunch scene_handler sim_scene.launch
roslaunch task_planner pick_and_place_demo.launch
In two different terminals run the following commands in order
roslaunch task_planner fetch_mtc_demo.launch
roslaunch task_planner task_planner_examples.launch