All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StateSampling.py
Generate valid samples using obstacle based sampling. First sample an invalid state, then sample a valid state. Then, interpolate from the invalid state to the valid state, returning the first valid state encountered.
Definition: ObstacleBasedValidStateSampler.h:57
Create the set of classes typically needed to solve a geometric problem.
Definition: SimpleSetup.h:65
Abstract definition of a state sampler.
Definition: ValidStateSampler.h:64
A state space representing Rn. The distance function is the L2 norm.
Definition: RealVectorStateSpace.h:75
std::function< bool(const State *)> StateValidityCheckerFn
If no state validity checking class is specified (StateValidityChecker), a std::function can be speci...
Definition: SpaceInformation.h:77
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:48
std::function< ValidStateSamplerPtr(const SpaceInformation *)> ValidStateSamplerAllocator
Definition of a function that can allocate a valid state sampler.
Definition: ValidStateSampler.h:137