Typedef ompl::base::StateValidityCheckerFn
Defined in File SpaceInformation.h
Typedef Documentation
-
using ompl::base::StateValidityCheckerFn = std::function<bool(const State*)>
If no state validity checking class is specified (StateValidityChecker), a std::function can be specified instead.