Class ConditionalStateSampler
Defined in File ConditionalStateSampler.h
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public ompl::base::ValidStateSampler
(Class ValidStateSampler)
Class Documentation
-
class ConditionalStateSampler : public ompl::base::ValidStateSampler
The Conditional Sampler samples feasible Space-Time States. First, a space configuration is sampled. Then, a feasible time conditioned on the start and goal states is sampled for the space configuration.
Public Functions
-
ConditionalStateSampler(const SpaceInformation *si, Motion *&startMotion, std::vector<Motion*> &goalMotions, std::vector<Motion*> &newBatchGoalMotions, bool &sampleOldBatch)
The constructor.
-
class Motion
Representation of a motion.
Public Functions
-
Motion() = default
-
inline explicit Motion(const SpaceInformationPtr &si)
-
~Motion() = default
-
Motion() = default
-
ConditionalStateSampler(const SpaceInformation *si, Motion *&startMotion, std::vector<Motion*> &goalMotions, std::vector<Motion*> &newBatchGoalMotions, bool &sampleOldBatch)