Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.59 KB

README.md

File metadata and controls

72 lines (43 loc) · 1.59 KB

iiwa_moveit_demo Package

Demonstrations

Demo 1

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

demo_1

Demo 2

Build upon Demo 1, and plan the trajectories with constraints (Ref)
source code

Run demo using:

roslaunch iiwa_moveit_demo moveit_demo_2.launch 

demo_2

Demo 3

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 

demo_3

Demo 4

Plan trajectories with collision objects, using Planning Pipeline.
source code

Run demo using:

roslaunch iiwa_moveit_demo moveit_demo_4.launch 

demo_4

Deprecated Method

Using planning_interface::PlanningContext

This method is not able to avoid obstacles
source code

Dependencies