![]() |
- 3.0.2 optimal control module.
|
Linear system class for the GNMS unit test. More...
#include <DiehlSystem.h>
Public Attributes | |
state_matrix_t | A_ |
state_control_matrix_t | B_ |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef ControlledSystem< state_dim, control_dim, SCALAR > | Base |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef System< STATE_DIM, SCALAR > | Base |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef SCALAR | S |
Additional Inherited Members | |
![]() | |
typedef Base::time_t | time_t |
typedef StateVector< state_dim, SCALAR > | state_vector_t |
typedef ControlVector< control_dim, SCALAR > | control_vector_t |
typedef StateMatrix< state_dim, SCALAR > | state_matrix_t |
typedef StateControlMatrix< state_dim, control_dim, SCALAR > | state_control_matrix_t |
![]() | |
typedef std::shared_ptr< ControlledSystem< STATE_DIM, CONTROL_DIM, SCALAR > > | Ptr |
typedef Base::time_t | time_t |
![]() | |
typedef SCALAR | time_t |
![]() | |
std::shared_ptr< Controller< STATE_DIM, CONTROL_DIM, SCALAR > > | controller_ |
ControlVector< CONTROL_DIM, SCALAR > | controlAction_ |
![]() | |
SYSTEM_TYPE | type_ |
Linear system class for the GNMS unit test.
|
inlineoverride |
References x.
|
inlineoverride |
|
inlineoverridevirtual |
Implements ct::core::LinearSystem< state_dim, control_dim >.
|
inlineoverride |
References ct::optcon::example::kStiffness, and x.
|
inlineoverride |
|
inlineoverridevirtual |
Implements ct::core::LinearSystem< state_dim, control_dim >.
state_matrix_t ct::optcon::example::LinearizedSystem::A_ |
state_control_matrix_t ct::optcon::example::LinearizedSystem::B_ |