Crocoddyl
 
Loading...
Searching...
No Matches
ForceDataAbstractTpl< _Scalar > Struct Template Reference
Inheritance diagram for ForceDataAbstractTpl< _Scalar >:
ContactDataAbstractTpl< Scalar > ContactDataAbstractTpl< _Scalar > ImpulseDataAbstractTpl< _Scalar > ContactData1DTpl< _Scalar > ContactData2DTpl< _Scalar > ContactData3DTpl< _Scalar > ContactData6DTpl< _Scalar > ContactDataNumDiffTpl< _Scalar > ImpulseData3DTpl< _Scalar > ImpulseData6DTpl< _Scalar >

Public Types

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>
 ForceDataAbstractTpl (Model< Scalar > *const model, PinocchioData *const data)
 

Public Attributes

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.
 

Detailed Description

template<typename _Scalar>
struct crocoddyl::ForceDataAbstractTpl< _Scalar >

Definition at line 21 of file force-base.hpp.

Member Typedef Documentation

◆ MathBase

template<typename _Scalar >
typedef MathBaseTpl<Scalar> MathBase

Definition at line 25 of file force-base.hpp.

◆ VectorXs

template<typename _Scalar >
typedef MathBase::VectorXs VectorXs

Definition at line 26 of file force-base.hpp.

◆ MatrixXs

template<typename _Scalar >
typedef MathBase::MatrixXs MatrixXs

Definition at line 27 of file force-base.hpp.

◆ PinocchioData

template<typename _Scalar >
typedef pinocchio::DataTpl<Scalar> PinocchioData

Definition at line 28 of file force-base.hpp.

◆ SE3

template<typename _Scalar >
typedef pinocchio::SE3Tpl<Scalar> SE3

Definition at line 29 of file force-base.hpp.

◆ Force

template<typename _Scalar >
typedef pinocchio::ForceTpl<Scalar> Force

Definition at line 30 of file force-base.hpp.

Constructor & Destructor Documentation

◆ ForceDataAbstractTpl()

template<typename _Scalar >
template<template< typename Scalar > class Model>
ForceDataAbstractTpl ( Model< Scalar > *const  model,
PinocchioData *const  data 
)
inline

Definition at line 33 of file force-base.hpp.

◆ ~ForceDataAbstractTpl()

template<typename _Scalar >
virtual ~ForceDataAbstractTpl ( )
inlinevirtual

Definition at line 47 of file force-base.hpp.

Member Data Documentation

◆ Scalar

template<typename _Scalar >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar

Definition at line 24 of file force-base.hpp.

◆ pinocchio

template<typename _Scalar >
PinocchioData* pinocchio

Pinocchio data.

Definition at line 49 of file force-base.hpp.

◆ frame

template<typename _Scalar >
pinocchio::FrameIndex frame

Frame index of the contact frame.

Definition at line 50 of file force-base.hpp.

◆ type

template<typename _Scalar >
pinocchio::ReferenceFrame type

Type of contact.

Definition at line 51 of file force-base.hpp.

◆ jMf

template<typename _Scalar >
SE3 jMf

Local frame placement of the contact frame.

Definition at line 52 of file force-base.hpp.

◆ Jc

template<typename _Scalar >
MatrixXs Jc

Contact Jacobian.

Definition at line 53 of file force-base.hpp.

◆ f

template<typename _Scalar >
Force f

Contact force expressed in the coordinate defined by type.

Definition at line 54 of file force-base.hpp.

◆ fext

template<typename _Scalar >
Force fext

External spatial force at the parent joint level.

Definition at line 55 of file force-base.hpp.

◆ df_dx

template<typename _Scalar >
MatrixXs df_dx

Jacobian of the contact forces expressed in the coordinate defined by type

Definition at line 56 of file force-base.hpp.

◆ df_du

template<typename _Scalar >
MatrixXs df_du

Jacobian of the contact forces expressed in the coordinate defined by type

Definition at line 58 of file force-base.hpp.


The documentation for this struct was generated from the following file: