Uniform sampler for the Rn state space. More...
#include <RealVectorControlSpace.h>

Public Member Functions | |
| RealVectorControlUniformSampler (const ControlSpace *space) | |
| Constructor. | |
| virtual void | sample (Control *control) |
| Sample a control. All other control sampling functions default to this one, unless a user-specified implementation is given. | |
Uniform sampler for the Rn state space.
Definition at line 50 of file RealVectorControlSpace.h.
| ompl::control::RealVectorControlUniformSampler::RealVectorControlUniformSampler | ( | const ControlSpace * | space | ) | [inline] |
Constructor.
Definition at line 55 of file RealVectorControlSpace.h.
| virtual void ompl::control::RealVectorControlUniformSampler::sample | ( | Control * | control | ) | [virtual] |
Sample a control. All other control sampling functions default to this one, unless a user-specified implementation is given.
Implements ompl::control::ControlSampler.