Skip to content

Example of MoveItTaskConstructor for the Fetch robot

Notifications You must be signed in to change notification settings

hri-ironlab/fetch_mtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

MoveItTaskConstructor for the Fetch robot

Screenshot from 2023-03-30 15-09-45

Setup

Setup workspace ROS Noetic

mkdir ros_workspace
cd ros_workspace/

Clone repository into src directory

git clone https://github.com/hri-ironlab/fetch_mtc.git src

Clone fetch_ros and mtc into src directory

cd src/
git clone https://github.com/ros-planning/moveit_task_constructor.git
git clone --branch ros1 [email protected]:bryceikeda/fetch_ros.git 

Build workspace

cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin build
source devel/setup.bash

Run demo

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

Other Examples

In two different terminals run the following commands in order

roslaunch task_planner fetch_mtc_demo.launch
roslaunch task_planner task_planner_examples.launch

About

Example of MoveItTaskConstructor for the Fetch robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published