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:89
Abstract definition of a directed control sampler. Motion planners that need to sample controls that ...
Definition: DirectedControlSampler.h:126
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:134
Definition: KoulesControlSpace.h:43
A shared pointer wrapper for ompl::base::Goal.