#include <float.h>#include <memory>#include <array>#include <tuw_control/utils.h>#include <tuw_control/state/state.h>
Go to the source code of this file.
Classes | |
| class | tuw::StateVector |
| Implementation of State for a dynamic size vector of double values. More... | |
Namespaces | |
| tuw | |
Typedefs | |
| using | tuw::StateVectorConstSPtr = std::shared_ptr< StateVector const > |
| using | tuw::StateVectorConstUPtr = std::unique_ptr< StateVector const > |
| using | tuw::StateVectorSPtr = std::shared_ptr< StateVector > |
| using | tuw::StateVectorUPtr = std::unique_ptr< StateVector > |