Plan trajectories with collision objects.
source code
Run demo using:
roslaunch iiwa_moveit_demo moveit_demo_1.launch
then press the Next button in the RvizVisualToolGui
Build upon Demo 1, and plan the trajectories with constraints (Ref)
source code
Run demo using:
roslaunch iiwa_moveit_demo moveit_demo_2.launch
Build upon Demo 2, add end effector orientation constraints. call the following function in the source code
addPathConstraints(move_group_interface);
Run demo using:
roslaunch iiwa_moveit_demo moveit_demo_3.launch
Plan trajectories with collision objects, using Planning Pipeline.
source code
Run demo using:
roslaunch iiwa_moveit_demo moveit_demo_4.launch
This method is not able to avoid obstacles
source code