Crocoddyl
 
Loading...
Searching...
No Matches
ImpulseDataAbstractTpl< _Scalar > Struct Template Reference
Inheritance diagram for ImpulseDataAbstractTpl< _Scalar >:
ForceDataAbstractTpl< _Scalar > ImpulseData3DTpl< _Scalar > ImpulseData6DTpl< _Scalar >

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>
 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 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.
 

Detailed Description

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

Definition at line 105 of file impulse-base.hpp.

Member Typedef Documentation

◆ MathBase

template<typename _Scalar >
typedef MathBaseTpl<Scalar> MathBase

Definition at line 109 of file impulse-base.hpp.

◆ Base

template<typename _Scalar >
typedef ForceDataAbstractTpl<Scalar> Base

Definition at line 110 of file impulse-base.hpp.

◆ VectorXs

template<typename _Scalar >
typedef MathBase::VectorXs VectorXs

Definition at line 111 of file impulse-base.hpp.

◆ MatrixXs

template<typename _Scalar >
typedef MathBase::MatrixXs MatrixXs

Definition at line 112 of file impulse-base.hpp.

◆ SE3

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

Definition at line 113 of file impulse-base.hpp.

Constructor & Destructor Documentation

◆ ImpulseDataAbstractTpl()

template<typename _Scalar >
template<template< typename Scalar > class Model>
ImpulseDataAbstractTpl ( Model< Scalar > *const  model,
pinocchio::DataTpl< Scalar > *const  data 
)
inline

Definition at line 116 of file impulse-base.hpp.

◆ ~ImpulseDataAbstractTpl()

template<typename _Scalar >
virtual ~ImpulseDataAbstractTpl ( )
inlinevirtual

Definition at line 124 of file impulse-base.hpp.

Member Data Documentation

◆ Scalar

template<typename _Scalar >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar

Definition at line 108 of file impulse-base.hpp.

◆ fXj

template<typename _Scalar >
SE3::ActionMatrixType fXj

Definition at line 133 of file impulse-base.hpp.

◆ dv0_dq

template<typename _Scalar >
MatrixXs dv0_dq

Definition at line 134 of file impulse-base.hpp.

◆ dtau_dq

template<typename _Scalar >
MatrixXs dtau_dq

Definition at line 135 of file impulse-base.hpp.


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