This namespace includes functionality specific to the execution and monitoring of motion plans. More...
Classes | |
| struct | ExecutableMotionPlan | 
| A generic representation on what a computed motion plan looks like.  More... | |
| struct | ExecutableTrajectory | 
| Representation of a trajectory that can be executed.  More... | |
| class | PlanExecution | 
| class | PlanWithSensing | 
Typedefs | |
| using | ExecutableMotionPlanComputationFn = boost::function< bool(ExecutableMotionPlan &)> | 
| The signature of a function that can compute a motion plan.  More... | |
Functions | |
| MOVEIT_CLASS_FORWARD (PlanExecution) | |
| MOVEIT_CLASS_FORWARD (PlanWithSensing) | |
This namespace includes functionality specific to the execution and monitoring of motion plans.
| using plan_execution::ExecutableMotionPlanComputationFn = typedef boost::function<bool(ExecutableMotionPlan&)> | 
The signature of a function that can compute a motion plan.
Definition at line 129 of file plan_representation.h.
| plan_execution::MOVEIT_CLASS_FORWARD | ( | PlanExecution | ) | 
| plan_execution::MOVEIT_CLASS_FORWARD | ( | PlanWithSensing | ) |