ConditionalStateSampler.cpp
The base class for space information. This contains all the information about the space planning is d...
Definition: SpaceInformation.h:145
const T * as(unsigned int index) const
Cast a component of this instance to a desired type.
Definition: State.h:159
A state space consisting of a space and a time component.
Definition: SpaceTimeStateSpace.h:114
bool sampleNear(State *state, const State *near, double distance) override
Sample a state near another, within specified distance. Return false, in case of failure.
Definition: ConditionalStateSampler.cpp:129
ConditionalStateSampler(const SpaceInformation *si, Motion *&startMotion, std::vector< Motion * > &goalMotions, std::vector< Motion * > &newBatchGoalMotions, bool &sampleOldBatch)
The constructor.
Definition: ConditionalStateSampler.cpp:39
bool sample(State *state) override
Sample a state. Return false in case of failure.
Definition: ConditionalStateSampler.cpp:53
Abstract definition of a state sampler.
Definition: ValidStateSampler.h:126