Typedef ompl::control::StatePropagatorFn

Typedef Documentation

using ompl::control::StatePropagatorFn = std::function<void(const base::State*, const Control*, const double, base::State*)>

A function that achieves state propagation.