DiscreteMotionValidator.h
68 bool checkMotion(const State *s1, const State *s2, std::pair<State *, double> &lastValid) const override;
A shared pointer wrapper for ompl::base::SpaceInformation.
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: DiscreteMotionValidator.cpp:93