RigidBodyPlanningWithControls.py
A GridDecomposition is a Decomposition implemented using a grid.
Definition: GridDecomposition.h:117
std::function< void(const base::State *, const Control *, const double, base::State *)> StatePropagatorFn
A function that achieves state propagation.
Definition: SpaceInformation.h:130
Create the set of classes typically needed to solve a control problem.
Definition: SimpleSetup.h:126
SyclopEST is Syclop with EST as its low-level tree planner.
Definition: SyclopEST.h:115
std::function< bool(const State *)> StateValidityCheckerFn
If no state validity checking class is specified (StateValidityChecker), a std::function can be speci...
Definition: SpaceInformation.h:140
A control space representing Rn.
Definition: RealVectorControlSpace.h:125
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111