MultiLevelPlanningRigidBody2D.py
The base class for space information. This contains all the information about the space planning is d...
Definition: SpaceInformation.h:145
Definition of a problem to be solved. This includes the start state(s) for the system and a goal spec...
Definition: ProblemDefinition.h:216
A state space representing Rn. The distance function is the L2 norm.
Definition: RealVectorStateSpace.h:137
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
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111