OpenDEControlSpace.h
A shared pointer wrapper for ompl::control::OpenDEEnvironment.
base::StateSpacePtr stateSpace_
The state space controls can be applied to.
Definition: ControlSpace.h:254
const OpenDEEnvironmentPtr & getEnvironment() const
Get the OpenDE environment this state space corresponds to.
Definition: OpenDEControlSpace.h:156
OpenDEControlSpace(const base::StateSpacePtr &stateSpace)
Construct a representation of controls passed to OpenDE. If stateSpace does not cast to an OpenDEStat...
Definition: OpenDEControlSpace.cpp:53