State space sampler for SO(3), using quaternion representation. More...
#include <SO3StateSpace.h>
Public Member Functions | |
virtual void | sampleGaussian (State *state, const State *mean, const double stdDev) |
Sample a state using a Gaussian distribution with given mean and standard deviation (stdDev). | |
virtual void | sampleUniform (State *state) |
Sample a state. | |
virtual void | sampleUniformNear (State *state, const State *near, const double distance) |
Sample a state near another, within specified distance. | |
SO3StateSampler (const StateSpace *space) | |
Constructor. |
State space sampler for SO(3), using quaternion representation.
Definition at line 48 of file SO3StateSpace.h.
ompl::base::SO3StateSampler::SO3StateSampler | ( | const StateSpace * | space | ) | [inline] |
Constructor.
Definition at line 53 of file SO3StateSpace.h.
virtual void ompl::base::SO3StateSampler::sampleGaussian | ( | State * | state, | |
const State * | mean, | |||
const double | stdDev | |||
) | [virtual] |
Sample a state using a Gaussian distribution with given mean and standard deviation (stdDev).
Implements ompl::base::StateSampler.
virtual void ompl::base::SO3StateSampler::sampleUniform | ( | State * | state | ) | [virtual] |
Sample a state.
Implements ompl::base::StateSampler.
virtual void ompl::base::SO3StateSampler::sampleUniformNear | ( | State * | state, | |
const State * | near, | |||
const double | distance | |||
) | [virtual] |
Sample a state near another, within specified distance.
Implements ompl::base::StateSampler.