Public Types | |
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> | |
ImpulseDataAbstractTpl (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 | |
MatrixXs | dtau_dq |
MatrixXs | dv0_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 105 of file impulse-base.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 109 of file impulse-base.hpp.
typedef ForceDataAbstractTpl<Scalar> Base |
Definition at line 110 of file impulse-base.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 111 of file impulse-base.hpp.
typedef MathBase::MatrixXs MatrixXs |
Definition at line 112 of file impulse-base.hpp.
typedef pinocchio::SE3Tpl<Scalar> SE3 |
Definition at line 113 of file impulse-base.hpp.
|
inline |
Definition at line 116 of file impulse-base.hpp.
|
inlinevirtual |
Definition at line 124 of file impulse-base.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 108 of file impulse-base.hpp.
SE3::ActionMatrixType fXj |
Definition at line 133 of file impulse-base.hpp.
MatrixXs dv0_dq |
Definition at line 134 of file impulse-base.hpp.
MatrixXs dtau_dq |
Definition at line 135 of file impulse-base.hpp.