Public Types | |
| typedef ForceDataAbstractTpl< Scalar > | Base |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef pinocchio::SE3Tpl< Scalar > | SE3 |
| typedef MathBase::VectorXs | VectorXs |
Public Types inherited from ForceDataAbstractTpl< _Scalar > | |
| typedef pinocchio::ForceTpl< Scalar > | Force |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef pinocchio::DataTpl< Scalar > | PinocchioData |
| typedef pinocchio::SE3Tpl< Scalar > | SE3 |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| ImpulseDataAbstractTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) | |
Public Member Functions inherited from ForceDataAbstractTpl< _Scalar > | |
| template<template< typename Scalar > class Model> | |
| ForceDataAbstractTpl (Model< Scalar > *const model, PinocchioData *const data) | |
Public Attributes | |
| MatrixXs | dtau_dq |
| MatrixXs | dv0_dq |
| SE3::ActionMatrixType | fXj |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Public Attributes inherited from ForceDataAbstractTpl< _Scalar > | |
| MatrixXs | df_du |
| MatrixXs | df_dx |
| Force | f |
| Contact force expressed in the coordinate defined by type. | |
| Force | fext |
| External spatial force at the parent joint level. | |
| pinocchio::FrameIndex | frame |
| Frame index of the contact frame. | |
| MatrixXs | Jc |
| Contact Jacobian. | |
| SE3 | jMf |
| Local frame placement of the contact frame. | |
| PinocchioData * | pinocchio |
| Pinocchio data. | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| pinocchio::ReferenceFrame | type |
| Type of contact. | |
Definition at line 113 of file impulse-base.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 117 of file impulse-base.hpp.
| typedef ForceDataAbstractTpl<Scalar> Base |
Definition at line 118 of file impulse-base.hpp.
| typedef MathBase::VectorXs VectorXs |
Definition at line 119 of file impulse-base.hpp.
| typedef MathBase::MatrixXs MatrixXs |
Definition at line 120 of file impulse-base.hpp.
| typedef pinocchio::SE3Tpl<Scalar> SE3 |
Definition at line 121 of file impulse-base.hpp.
|
inline |
Definition at line 124 of file impulse-base.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 116 of file impulse-base.hpp.
| SE3::ActionMatrixType fXj |
Definition at line 141 of file impulse-base.hpp.
| MatrixXs dv0_dq |
Definition at line 142 of file impulse-base.hpp.
| MatrixXs dtau_dq |
Definition at line 143 of file impulse-base.hpp.