Loading...
Searching...
No Matches
KoulesDirectedControlSampler.h
55 KoulesDirectedControlSampler(const ompl::control::SpaceInformation *si, const ompl::base::GoalPtr &goal,
70 virtual unsigned int sampleTo(ompl::control::Control *control, const ompl::control::Control * /* previous */,
Definition KoulesControlSpace.h:44
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:70
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
Random number generation. An instance of this class cannot be used by multiple threads at once (membe...
Definition RandomNumbers.h:57
Abstract definition of a directed control sampler. Motion planners that need to sample controls that ...
Definition DirectedControlSampler.h:63
Space information containing necessary information for planning with controls. setup() needs to be ca...
Definition SpaceInformation.h:71
This namespace contains sampling based planning routines used by planning under differential constrai...
Definition Control.h:45