|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include <aligator/compat/crocoddyl/action-model-wrap.hpp>
Public Types | |
| using | Base = ExplicitDynamicsDataTpl<Scalar> |
| using | CrocActionModel = crocoddyl::ActionModelAbstractTpl<Scalar> |
Public Types inherited from aligator::ExplicitDynamicsDataTpl< Scalar > | |
| using | Scalar |
| using | Model |
| using | Scalar |
| using | Model |
Public Member Functions | |
| DynamicsDataWrapperTpl (const CrocActionModel &action_model) | |
Public Member Functions inherited from aligator::ExplicitDynamicsDataTpl< Scalar > | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| auto | Jx () |
| auto | Jx () const |
| auto | Ju () |
| auto | Ju () const |
| ExplicitDynamicsDataTpl (const Model &model) | |
| virtual | ~ExplicitDynamicsDataTpl ()=default |
| ExplicitDynamicsDataTpl (const Model &model) | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| auto | Jx () |
| auto | Jx () const |
| auto | Ju () |
| auto | Ju () const |
| virtual | ~ExplicitDynamicsDataTpl ()=default |
Additional Inherited Members | |
Public Attributes inherited from aligator::ExplicitDynamicsDataTpl< Scalar > | |
| VectorXs | xnext_ |
| Next state. | |
| MatrixXs | jac_buffer_ |
| MatrixXs | Jtmp_xnext |
| MatrixXs | Hxx_ |
| MatrixXs | Hxu_ |
| MatrixXs | Huu_ |
| VectorXs | xnext_ |
| Next state. | |
| MatrixXs | jac_buffer_ |
| MatrixXs | Jtmp_xnext |
| MatrixXs | Hxx_ |
| MatrixXs | Hxu_ |
| MatrixXs | Huu_ |
Protected Member Functions inherited from aligator::ExplicitDynamicsDataTpl< Scalar > | |
| ExplicitDynamicsDataTpl (int ndx1, int nu, int nx2, int ndx2) | |
| ExplicitDynamicsDataTpl (int ndx1, int nu, int nx2, int ndx2) | |
Protected Attributes inherited from aligator::ExplicitDynamicsDataTpl< Scalar > | |
| int | ndx1 |
| int | nu |
| int | ndx2 |
| int | ndx1 |
| int | nu |
| int | ndx2 |
Definition at line 34 of file action-model-wrap.hpp.
| using aligator::compat::croc::DynamicsDataWrapperTpl< Scalar >::Base = ExplicitDynamicsDataTpl<Scalar> |
Definition at line 35 of file action-model-wrap.hpp.
| using aligator::compat::croc::DynamicsDataWrapperTpl< Scalar >::CrocActionModel = crocoddyl::ActionModelAbstractTpl<Scalar> |
Definition at line 36 of file action-model-wrap.hpp.
|
inlineexplicit |
Definition at line 37 of file action-model-wrap.hpp.