KoulesDirectedControlSampler.h
65 virtual unsigned int sampleTo(ompl::control::Control *control, const ompl::base::State *source, ompl::base::State *dest);
67 virtual unsigned int sampleTo(ompl::control::Control *control, const ompl::control::Control * /* previous */,
Random number generation. An instance of this class cannot be used by multiple threads at once (membe...
Definition: RandomNumbers.h:58
Abstract definition of a directed control sampler. Motion planners that need to sample controls that ...
Definition: DirectedControlSampler.h:63
virtual unsigned int sampleTo(ompl::control::Control *control, const ompl::base::State *source, ompl::base::State *dest)
Sample a control given that it will be applied to state state and the intention is to reach state tar...
Definition: KoulesDirectedControlSampler.cpp:44
Space information containing necessary information for planning with controls. setup() needs to be ca...
Definition: SpaceInformation.h:71
Definition: KoulesControlSpace.h:44
A shared pointer wrapper for ompl::base::Goal.
virtual unsigned int sampleTo(ompl::control::Control *control, const ompl::control::Control *, const ompl::base::State *source, ompl::base::State *dest)
Sample a control given that it will be applied to state state and the intention is to reach state des...
Definition: KoulesDirectedControlSampler.h:67