StatePropagator.h
A shared pointer wrapper for ompl::base::SpaceInformation.
virtual bool steer(const base::State *, const base::State *, Control *, double &) const
Compute the control that can take the system from state from to state to. Store that control in resul...
Definition: StatePropagator.h:176
virtual void propagate(const base::State *state, const Control *control, double duration, base::State *result) const =0
Propagate from a state, given a control, for some specified amount of time (the amount of time can al...
SpaceInformation * si_
The instance of space information this state propagator operates on.
Definition: StatePropagator.h:190
virtual bool canSteer() const
Return true if the steer() function has been implemented.
Definition: StatePropagator.h:183
virtual bool canPropagateBackward() const
Some systems can only propagate forward in time (i.e., the duration argument for the propagate() func...
Definition: StatePropagator.h:164