Public Types | |
typedef ControlParametrizationDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::Vector2s | Vector2s |
![]() | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ControlParametrizationDataPolyOneTpl (Model< Scalar > *const model) | |
![]() | |
template<template< typename Scalar > class Model> | |
ControlParametrizationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
Vector2s | c |
Coefficients of the linear control that depends on time. | |
MatrixXs | dw_du |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | u |
value of the control parameters | |
VectorXs | w |
value of the differential control | |
![]() | |
MatrixXs | dw_du |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | u |
value of the control parameters | |
VectorXs | w |
value of the differential control | |
Definition at line 171 of file poly-one.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 176 of file poly-one.hpp.
typedef ControlParametrizationDataAbstractTpl<Scalar> Base |
Definition at line 177 of file poly-one.hpp.
typedef MathBase::Vector2s Vector2s |
Definition at line 178 of file poly-one.hpp.
|
inlineexplicit |
Definition at line 181 of file poly-one.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 175 of file poly-one.hpp.
Vector2s c |
Coefficients of the linear control that depends on time.
Definition at line 187 of file poly-one.hpp.
MatrixXs dw_du |
Jacobian of the differential control with respect to the parameters
Definition at line 232 of file control-base.hpp.
VectorXs u |
value of the control parameters
Definition at line 231 of file control-base.hpp.
VectorXs w |
value of the differential control
Definition at line 230 of file control-base.hpp.