Public Types | |
typedef ContactDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBaseTpl< Scalar >::VectorXs | VectorXs |
![]() | |
typedef ForceDataAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef pinocchio::SE3Tpl< Scalar > | SE3 |
typedef MathBase::VectorXs | VectorXs |
![]() | |
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> | |
ContactDataNumDiffTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) | |
![]() | |
template<template< typename Scalar > class Model> | |
ContactDataAbstractTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) | |
![]() | |
template<template< typename Scalar > class Model> | |
ForceDataAbstractTpl (Model< Scalar > *const model, PinocchioData *const data) | |
Public Attributes | |
std::shared_ptr< Base > | data_0 |
The data at the approximation point. | |
std::vector< std::shared_ptr< Base > > | data_x |
The temporary data associated with the state variation. | |
VectorXs | dx |
State disturbance. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Scalar | x_norm |
Norm of the state vector. | |
Scalar | xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \). | |
VectorXs | xp |
![]() | |
VectorXs | a0 |
MatrixXs | da0_dx |
MatrixXs | dtau_dq |
SE3::ActionMatrixType | fXj |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | 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 127 of file contact.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 131 of file contact.hpp.
typedef ContactDataAbstractTpl<Scalar> Base |
Definition at line 132 of file contact.hpp.
typedef MathBaseTpl<Scalar>::VectorXs VectorXs |
Definition at line 133 of file contact.hpp.
|
inlineexplicit |
Definition at line 136 of file contact.hpp.
|
inlinevirtual |
Definition at line 151 of file contact.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 130 of file contact.hpp.
Scalar x_norm |
Norm of the state vector.
Definition at line 158 of file contact.hpp.
Scalar xh_jac |
Disturbance value used for computing \( \ell_\mathbf{x} \).
Definition at line 160 of file contact.hpp.
VectorXs dx |
State disturbance.
Definition at line 161 of file contact.hpp.
VectorXs xp |
The integrated state from the disturbance on one DoF "\iline 163 \_form#91@_fakenl".
Definition at line 162 of file contact.hpp.
std::shared_ptr<Base> data_0 |
The data at the approximation point.
Definition at line 164 of file contact.hpp.
std::vector<std::shared_ptr<Base> > data_x |
The temporary data associated with the state variation.
Definition at line 166 of file contact.hpp.