DirectedControlSampler.h
83 virtual unsigned int sampleTo(Control *control, const base::State *source, base::State *dest) = 0;
94 virtual unsigned int sampleTo(Control *control, const Control *previous, const base::State *source,
103 using DirectedControlSamplerAllocator = std::function<DirectedControlSamplerPtr(const SpaceInformation *)>;
virtual unsigned int sampleTo(Control *control, const base::State *source, base::State *dest)=0
Sample a control given that it will be applied to state state and the intention is to reach state tar...
std::function< DirectedControlSamplerPtr(const SpaceInformation *)> DirectedControlSamplerAllocator
Definition of a function that can allocate a directed control sampler.
Definition: DirectedControlSampler.h:167
A shared pointer wrapper for ompl::control::DirectedControlSampler.
const SpaceInformation * si_
The space information this sampler operates on.
Definition: DirectedControlSampler.h:163