MorseControlSpace.h
MorseControlSpace(const base::StateSpacePtr &stateSpace)
Construct a representation of controls passed to MORSE. If stateSpace does not cast to an MorseStateS...
Definition: MorseControlSpace.cpp:53
const base::MorseEnvironmentPtr & getEnvironment() const
Get the MORSE environment this state space corresponds to.
Definition: MorseControlSpace.h:62
base::StateSpacePtr stateSpace_
The state space controls can be applied to.
Definition: ControlSpace.h:187
Representation of controls applied in MORSE environments. This is an array of double values.
Definition: MorseControlSpace.h:50
A control space representing Rn.
Definition: RealVectorControlSpace.h:62