StateSampling.py
Generate valid samples using obstacle based sampling. First sample an invalid state,...
Definition: ObstacleBasedValidStateSampler.h:121
Create the set of classes typically needed to solve a geometric problem.
Definition: SimpleSetup.h:126
std::function< ValidStateSamplerPtr(const SpaceInformation *)> ValidStateSamplerAllocator
Definition of a function that can allocate a valid state sampler.
Definition: ValidStateSampler.h:198
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
Abstract definition of a state sampler.
Definition: ValidStateSampler.h:126
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111