ConstrainedPlanningSphere.py
Definition of a differentiable holonomic constraint on a configuration space. See Constrained Plannin...
Definition: Constraint.h:107
virtual unsigned int getDimension() const =0
Return the dimension of the projection defined by this evaluator.
A state space representing Rn. The distance function is the L2 norm.
Definition: RealVectorStateSpace.h:137
Abstract definition for a class computing projections to Rn. Implicit integer grids are imposed on th...
Definition: ProjectionEvaluator.h:194
cellSizes_
Definition: ConstrainedPlanningSphere.py:71
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
virtual void defaultCellSizes()
Set the default cell dimensions for this projection. The default implementation of this function is e...
Definition: ProjectionEvaluator.cpp:189
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111