|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
Additional Inherited Members | |
Public Types inherited from aligator::dynamics::ContinuousDynamicsDataTpl< Scalar > | |
| using | Scalar |
| using | Scalar |
Public Member Functions inherited from aligator::dynamics::ContinuousDynamicsDataTpl< Scalar > | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| ConstMatrixRef | Jx () const |
| ConstMatrixRef | Ju () const |
| MatrixRef | Jx () |
| MatrixRef | Ju () |
| ContinuousDynamicsDataTpl (const int ndx, const int nu) | |
| virtual | ~ContinuousDynamicsDataTpl ()=default |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| ConstMatrixRef | Jx () const |
| MatrixRef | Jx () |
| ConstMatrixRef | Ju () const |
| MatrixRef | Ju () |
| ContinuousDynamicsDataTpl (const int ndx, const int nu) | |
| virtual | ~ContinuousDynamicsDataTpl ()=default |
Public Attributes inherited from aligator::dynamics::ContinuousDynamicsDataTpl< Scalar > | |
| VectorXs | value_ |
| Residual value \(e = f(x,u,\dot{x})\). | |
| MatrixXs | Jx_ |
| Derivative \(\partial f/{\partial x}\). | |
| MatrixXs | Ju_ |
| Derivative \(\partial f/{\partial u}\). | |
| MatrixXs | Jxdot_ |
| Derivative \(\partial f/\partial\dot{x}\). | |
| VectorXs | xdot_ |
| Time derivative \(\dot{x} = f(x, u)\), output of ODE model. | |
| VectorXs | value_ |
| Residual value \(e = f(x,u,\dot{x})\). | |
| MatrixXs | Jx_ |
| Derivative \(\partial f/{\partial x}\). | |
| MatrixXs | Ju_ |
| Derivative \(\partial f/{\partial u}\). | |
| MatrixXs | Jxdot_ |
| Derivative \(\partial f/\partial\dot{x}\). | |
| VectorXs | xdot_ |
| Time derivative \(\dot{x} = f(x, u)\), output of ODE model. | |
Definition at line 19 of file expose-continuous-dynamics.cpp.