State space sampler for time. More...
#include <TimeStateSpace.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. | |
| TimeStateSampler (const StateSpace *space) | |
| COnstructor. | |
State space sampler for time.
Definition at line 48 of file TimeStateSpace.h.
| ompl::base::TimeStateSampler::TimeStateSampler | ( | const StateSpace * | space | ) | [inline] |
COnstructor.
Definition at line 53 of file TimeStateSpace.h.
| virtual void ompl::base::TimeStateSampler::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::TimeStateSampler::sampleUniform | ( | State * | state | ) | [virtual] |
Sample a state.
Implements ompl::base::StateSampler.
| virtual void ompl::base::TimeStateSampler::sampleUniformNear | ( | State * | state, | |
| const State * | near, | |||
| const double | distance | |||
| ) | [virtual] |
Sample a state near another, within specified distance.
Implements ompl::base::StateSampler.