Public Types | |
| typedef ImpulseDataAbstractTpl< Scalar > | Base |
| typedef pinocchio::ForceTpl< Scalar > | Force |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::Matrix3s | Matrix3s |
| typedef MathBase::Matrix3xs | Matrix3xs |
| typedef MathBase::Matrix6xs | Matrix6xs |
| typedef MathBase::Vector3s | Vector3s |
Public Types inherited from ImpulseDataAbstractTpl< _Scalar > | |
| 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> | |
| ImpulseData3DTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) | |
Public Member Functions inherited from ImpulseDataAbstractTpl< _Scalar > | |
| 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 | dv0_dq |
| Matrix3xs | dv0_local_dq |
| Force | f_local |
| Matrix3s | f_skew |
| Matrix6xs | fJf |
| Matrix3xs | fJf_df |
| SE3::ActionMatrixType | fXj |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| Vector3s | v0 |
| Matrix3s | v0_skew |
| Matrix3s | v0_world_skew |
| Matrix6xs | v_partial_dq |
| Matrix6xs | v_partial_dv |
Public Attributes inherited from ImpulseDataAbstractTpl< _Scalar > | |
| 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 97 of file impulse-3d.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 101 of file impulse-3d.hpp.
| typedef ImpulseDataAbstractTpl<Scalar> Base |
Definition at line 102 of file impulse-3d.hpp.
| typedef MathBase::Vector3s Vector3s |
Definition at line 103 of file impulse-3d.hpp.
| typedef MathBase::Matrix3s Matrix3s |
Definition at line 104 of file impulse-3d.hpp.
| typedef MathBase::Matrix3xs Matrix3xs |
Definition at line 105 of file impulse-3d.hpp.
| typedef MathBase::Matrix6xs Matrix6xs |
Definition at line 106 of file impulse-3d.hpp.
| typedef pinocchio::ForceTpl<Scalar> Force |
Definition at line 107 of file impulse-3d.hpp.
|
inline |
Definition at line 110 of file impulse-3d.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 100 of file impulse-3d.hpp.
| Vector3s v0 |
Definition at line 143 of file impulse-3d.hpp.
| Force f_local |
Definition at line 144 of file impulse-3d.hpp.
| Matrix3xs dv0_local_dq |
Definition at line 145 of file impulse-3d.hpp.
| Matrix6xs fJf |
Definition at line 146 of file impulse-3d.hpp.
| Matrix6xs v_partial_dq |
Definition at line 147 of file impulse-3d.hpp.
| Matrix6xs v_partial_dv |
Definition at line 148 of file impulse-3d.hpp.
| Matrix3s v0_skew |
Definition at line 149 of file impulse-3d.hpp.
| Matrix3s v0_world_skew |
Definition at line 150 of file impulse-3d.hpp.
| Matrix3s f_skew |
Definition at line 151 of file impulse-3d.hpp.
| Matrix3xs fJf_df |
Definition at line 152 of file impulse-3d.hpp.
| MatrixXs dv0_dq |
Definition at line 134 of file impulse-base.hpp.
| SE3::ActionMatrixType fXj |
Definition at line 133 of file impulse-base.hpp.