Loading...
Searching...
No Matches
VampMotionValidator.h
28 VampMotionValidator(ob::SpaceInformation *si, const Environment &env) : ob::MotionValidator(si), env_(env)
43 auto checkMotion(const ob::State *s1, const ob::State *s2, std::pair<ob::State *, double> &last_valid) const
47 // TODO: VAMP does not support returning the last valid state, but it may become available in the future
Abstract definition for a class checking the validity of motions – path segments between states....
Definition MotionValidator.h:65
The base class for space information. This contains all the information about the space planning is d...
Definition SpaceInformation.h:82
auto checkMotion(const ob::State *s1, const ob::State *s2, std::pair< ob::State *, double > &last_valid) const -> bool override
Check if the path between two states is valid. Also compute the last state that was valid and the tim...
Definition VampMotionValidator.h:43
auto checkMotion(const ob::State *s1, const ob::State *s2) const -> bool override
Check if the path between two states (from s1 to s2) is valid. This function assumes s1 is valid.
Definition VampMotionValidator.h:37
This namespace contains sampling based planning routines shared by both planning under geometric cons...
Definition ConstrainedSpaceInformation.h:55