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:173
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:187
virtual bool canSteer() const
Return true if the steer() function has been implemented.
Definition: StatePropagator.h:180
Space information containing necessary information for planning with controls. setup() needs to be ca...
Definition: SpaceInformation.h:131
virtual bool canPropagateBackward() const
Some systems can only propagate forward in time (i.e., the duration argument for the propagate() func...
Definition: StatePropagator.h:161