Class DiscreteControlSampler

Inheritance Relationships

Base Type

Class Documentation

class DiscreteControlSampler : public ompl::control::ControlSampler

Control space sampler for discrete controls.

Public Functions

inline DiscreteControlSampler(const ControlSpace *space)

Constructor.

virtual void sample(Control *control) override

Sample a control. All other control sampling functions default to this one, unless a user-specified implementation is given.