Public Types | |
typedef ActionDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
![]() | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
template<template< typename Scalar > class Model> | |
ActionDataImpulseFwdDynamicsTpl (Model< Scalar > *const model) | |
![]() | |
template<template< typename Scalar > class Model> | |
ActionDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
boost::shared_ptr< CostDataSumTpl< Scalar > > | costs |
MatrixXs | df_dx |
MatrixXs | dgrav_dq |
MatrixXs | Kinv |
DataCollectorMultibodyInImpulseTpl< Scalar > | multibody |
pinocchio::DataTpl< Scalar > | pinocchio |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | vnone |
![]() | |
Scalar | cost |
cost value More... | |
MatrixXs | Fu |
Jacobian of the dynamics. More... | |
MatrixXs | Fx |
Jacobian of the dynamics. More... | |
VectorXs | Lu |
Jacobian of the cost function. More... | |
MatrixXs | Luu |
Hessian of the cost function. More... | |
VectorXs | Lx |
Jacobian of the cost function. More... | |
MatrixXs | Lxu |
Hessian of the cost function. More... | |
MatrixXs | Lxx |
Hessian of the cost function. More... | |
VectorXs | r |
Cost residual. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
VectorXs | xnext |
evolution state More... | |
Definition at line 199 of file impulse-fwddyn.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 202 of file impulse-fwddyn.hpp.
typedef ActionDataAbstractTpl<Scalar> Base |
Definition at line 203 of file impulse-fwddyn.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 204 of file impulse-fwddyn.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 205 of file impulse-fwddyn.hpp.
|
inlineexplicit |
Definition at line 208 of file impulse-fwddyn.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 201 of file impulse-fwddyn.hpp.
pinocchio::DataTpl<Scalar> pinocchio |
Definition at line 225 of file impulse-fwddyn.hpp.
DataCollectorMultibodyInImpulseTpl<Scalar> multibody |
Definition at line 226 of file impulse-fwddyn.hpp.
boost::shared_ptr<CostDataSumTpl<Scalar> > costs |
Definition at line 227 of file impulse-fwddyn.hpp.
VectorXs vnone |
Definition at line 228 of file impulse-fwddyn.hpp.
MatrixXs Kinv |
Definition at line 229 of file impulse-fwddyn.hpp.
MatrixXs df_dx |
Definition at line 230 of file impulse-fwddyn.hpp.
MatrixXs dgrav_dq |
Definition at line 231 of file impulse-fwddyn.hpp.