Public Types | |
| typedef ControlParametrizationDataAbstractTpl< Scalar > | Base |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::Vector3s | Vector3s |
Public Types inherited from ControlParametrizationDataAbstractTpl< _Scalar > | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| ControlParametrizationDataPolyTwoRKTpl (Model< Scalar > *const model) | |
Public Member Functions inherited from ControlParametrizationDataAbstractTpl< _Scalar > | |
| template<template< typename Scalar > class Model> | |
| ControlParametrizationDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
| Vector3s | c |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| Scalar | tmp_t2 |
| Temporary variable to store the square of the time. | |
Public Attributes inherited from ControlParametrizationDataAbstractTpl< _Scalar > | |
| 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 185 of file poly-two-rk.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 190 of file poly-two-rk.hpp.
| typedef ControlParametrizationDataAbstractTpl<Scalar> Base |
Definition at line 191 of file poly-two-rk.hpp.
| typedef MathBase::Vector3s Vector3s |
Definition at line 192 of file poly-two-rk.hpp.
|
inlineexplicit |
Definition at line 195 of file poly-two-rk.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 189 of file poly-two-rk.hpp.
| Vector3s c |
Polynomial coefficients of the second-order control model that depends on time
Definition at line 201 of file poly-two-rk.hpp.
| Scalar tmp_t2 |
Temporary variable to store the square of the time.
Definition at line 203 of file poly-two-rk.hpp.