Moveit tutorial for Baxter Robot
If you are using Baxter robot, package 'baxter_common' should be exisiting already
- Make sure to download complete repository. Use
git clone
or download zip as per convenience - Invoke
catkin
tool while inside ros workspace i.e.,catkin_make
- Initialize moveit planner i.e.,
roslaunch baxter_moveit_tutorial moveit_init.launch
- Run example i.e.,
rosrun baxter_moveit_tutorial example.py
Please check here and create issues accordingly.