Class ProjectedStateSampler
Defined in File ProjectedStateSpace.h
Inheritance Relationships
Base Type
public ompl::base::WrapperStateSampler
(Class WrapperStateSampler)
Class Documentation
-
class ProjectedStateSampler : public ompl::base::WrapperStateSampler
StateSampler for use for a projection-based state space.
Public Functions
-
ProjectedStateSampler(const ProjectedStateSpace *space, StateSamplerPtr sampler)
Constructor.
-
virtual void sampleUniform(State *state) override
Sample a state uniformly in ambient space and project to the manifold. Return sample in state.
Protected Attributes
-
const ConstraintPtr constraint_
-
ProjectedStateSampler(const ProjectedStateSpace *space, StateSamplerPtr sampler)