Drake
|
The State is a container for all the data comprising the complete state of a particular System at a particular moment. More...
#include <drake/systems/framework/state.h>
Public Attributes | |
std::unique_ptr< ContinuousState< T > > | continuous_state |
The State is a container for all the data comprising the complete state of a particular System at a particular moment.
Any field in the State may be empty if it is not applicable to the System in question. A System may not maintain state in any place other than the State object.
T | A mathematical type compatible with Eigen's Scalar. |
std::unique_ptr<ContinuousState<T> > continuous_state |