Loading...
Searching...
No Matches
OpenDEStatePropagator.h
A shared pointer wrapper for ompl::base::SpaceInformation.
A shared pointer wrapper for ompl::control::OpenDEEnvironment.
State propagation with OpenDE. Only forward propagation is possible.
Definition OpenDEStatePropagator.h:61
bool canPropagateBackward() const override
Some systems can only propagate forward in time (i.e., the duration argument for the propagate() func...
Definition OpenDEStatePropagator.cpp:137
OpenDEEnvironmentPtr env_
The OpenDE environment this state propagator operates on.
Definition OpenDEStatePropagator.h:83
void propagate(const base::State *state, const Control *control, double duration, base::State *result) const override
Propagate from a state, given a control, for some specified amount of time (the amount of time can al...
Definition OpenDEStatePropagator.cpp:101
const OpenDEEnvironmentPtr & getEnvironment() const
Get the OpenDE environment this state propagator operates on.
Definition OpenDEStatePropagator.h:71
Model the effect of controls on system states.
Definition StatePropagator.h:62
Main namespace. Contains everything in this library.
Definition MultiLevelPlanarManipulatorDemo.cpp:66