Typedef ompl::base::StateValidityCheckerFn

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.