mkdir ros_workspace
cd ros_workspace/git clone https://github.com/hri-ironlab/fetch_mtc.git srccd src/
git clone https://github.com/ros-planning/moveit_task_constructor.git
git clone --branch ros1 git@github.com:bryceikeda/fetch_ros.git cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin build
source devel/setup.bashIn 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.launchIn two different terminals run the following commands in order
roslaunch task_planner fetch_mtc_demo.launch
roslaunch task_planner task_planner_examples.launch