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> | |
| ContactDataAbstractTpl (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 | |
| VectorXs | a0 |
| MatrixXs | da0_dx |
| MatrixXs | dtau_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 178 of file contact-base.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 182 of file contact-base.hpp.
| typedef ForceDataAbstractTpl<Scalar> Base |
Definition at line 183 of file contact-base.hpp.
| typedef MathBase::VectorXs VectorXs |
Definition at line 184 of file contact-base.hpp.
| typedef MathBase::MatrixXs MatrixXs |
Definition at line 185 of file contact-base.hpp.
| typedef pinocchio::SE3Tpl<Scalar> SE3 |
Definition at line 186 of file contact-base.hpp.
|
inline |
Definition at line 189 of file contact-base.hpp.
|
inlinevirtual |
Definition at line 200 of file contact-base.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 181 of file contact-base.hpp.
| SE3::ActionMatrixType fXj |
Definition at line 210 of file contact-base.hpp.
| VectorXs a0 |
Definition at line 211 of file contact-base.hpp.
| MatrixXs da0_dx |
Definition at line 212 of file contact-base.hpp.
| MatrixXs dtau_dq |
Definition at line 213 of file contact-base.hpp.