Loading...
Searching...
No Matches
Dubins3DMotionValidator.h
121 bool checkMotion(const State *s1, const State *s2, std::pair<State *, double> &lastValid) const override
bool checkMotion(const State *s1, const State *s2, std::pair< State *, double > &lastValid) const override
Check if the path between two states is valid. Also compute the last state that was valid and the tim...
Definition Dubins3DMotionValidator.h:121
bool checkMotion(const State *s1, const State *s2) const override
Check if the path between two states (from s1 to s2) is valid. This function assumes s1 is valid.
Definition Dubins3DMotionValidator.h:68
SpaceInformation * si_
The instance of space information this state validity checker operates on.
Definition MotionValidator.h:133
A shared pointer wrapper for ompl::base::SpaceInformation.
The base class for space information. This contains all the information about the space planning is d...
Definition SpaceInformation.h:82
const StateSpacePtr & getStateSpace() const
Return the instance of the used state space.
Definition SpaceInformation.h:100
This namespace contains sampling based planning routines shared by both planning under geometric cons...
Definition ConstrainedSpaceInformation.h:55