Crocoddyl
Loading...
Searching...
No Matches
ContactData3DTpl< _Scalar > Struct Template Reference
Inheritance diagram for ContactData3DTpl< _Scalar >:
ContactDataAbstractTpl< _Scalar >ForceDataAbstractTpl< _Scalar >

Public Types

typedef ContactDataAbstractTpl< Scalar > Base
typedef pinocchio::ForceTpl< Scalar > Force
typedef MathBaseTpl< Scalar > MathBase
typedef MathBase::Matrix3s Matrix3s
typedef MathBase::Matrix3xs Matrix3xs
typedef MathBase::Matrix6xs Matrix6xs
typedef pinocchio::MotionTpl< Scalar > Motion
typedef MathBase::Vector3s Vector3s
Public Types inherited from ContactDataAbstractTpl< _Scalar >
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>
 ContactData3DTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data)
Public Member Functions inherited from ContactDataAbstractTpl< _Scalar >
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
Vector3s a0_local
Matrix3s a0_skew
Matrix3s a0_world_skew
Matrix6xs a_partial_da
Matrix6xs a_partial_dq
Matrix6xs a_partial_dv
MatrixXs da0_dx
Matrix3xs da0_local_dx
MatrixXs df_du
MatrixXs df_dx
Vector3s dp
Vector3s dp_local
Matrix3s dp_skew
Force f
 Contact force expressed in the coordinate defined by type.
Force f_local
Matrix3s f_skew
Matrix6xs fJf
Matrix3xs fJf_df
pinocchio::FrameIndex frame
 Frame index of the contact frame.
SE3::ActionMatrixType fXj
Matrix6xs fXjda_dq
Matrix6xs fXjda_dv
Matrix6xs fXjdv_dq
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
Motion v
Matrix6xs v_partial_dq
Matrix3s vv_skew
Matrix3s vw_skew
Public Attributes inherited from ContactDataAbstractTpl< _Scalar >
VectorXs a0
MatrixXs da0_dx
MatrixXs df_du
MatrixXs df_dx
MatrixXs dtau_dq
Force f
 Contact force expressed in the coordinate defined by type.
pinocchio::FrameIndex frame
 Frame index of the contact frame.
SE3::ActionMatrixType fXj
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
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::ContactData3DTpl< _Scalar >

Definition at line 173 of file contact-3d.hpp.

Member Typedef Documentation

◆ MathBase

template<typename _Scalar>
typedef MathBaseTpl<Scalar> MathBase

Definition at line 177 of file contact-3d.hpp.

◆ Base

template<typename _Scalar>
typedef ContactDataAbstractTpl<Scalar> Base

Definition at line 178 of file contact-3d.hpp.

◆ Vector3s

template<typename _Scalar>
typedef MathBase::Vector3s Vector3s

Definition at line 179 of file contact-3d.hpp.

◆ Matrix3s

template<typename _Scalar>
typedef MathBase::Matrix3s Matrix3s

Definition at line 180 of file contact-3d.hpp.

◆ Matrix3xs

template<typename _Scalar>
typedef MathBase::Matrix3xs Matrix3xs

Definition at line 181 of file contact-3d.hpp.

◆ Matrix6xs

template<typename _Scalar>
typedef MathBase::Matrix6xs Matrix6xs

Definition at line 182 of file contact-3d.hpp.

◆ Motion

template<typename _Scalar>
typedef pinocchio::MotionTpl<Scalar> Motion

Definition at line 183 of file contact-3d.hpp.

◆ Force

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

Definition at line 184 of file contact-3d.hpp.

Constructor & Destructor Documentation

◆ ContactData3DTpl()

template<typename _Scalar>
template<template< typename Scalar > class Model>
ContactData3DTpl(Model< Scalar > *constmodel,
pinocchio::DataTpl< Scalar > *constdata )
inline

Definition at line 187 of file contact-3d.hpp.

Member Data Documentation

◆ Scalar

template<typename _Scalar>
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar

Definition at line 176 of file contact-3d.hpp.

◆ v

template<typename _Scalar>
Motion v

Definition at line 238 of file contact-3d.hpp.

◆ a0_local

template<typename _Scalar>
Vector3s a0_local

Definition at line 239 of file contact-3d.hpp.

◆ dp

template<typename _Scalar>
Vector3s dp

Definition at line 240 of file contact-3d.hpp.

◆ dp_local

template<typename _Scalar>
Vector3s dp_local

Definition at line 241 of file contact-3d.hpp.

◆ f_local

template<typename _Scalar>
Force f_local

Definition at line 242 of file contact-3d.hpp.

◆ da0_local_dx

template<typename _Scalar>
Matrix3xs da0_local_dx

Definition at line 243 of file contact-3d.hpp.

◆ fJf

template<typename _Scalar>
Matrix6xs fJf

Definition at line 244 of file contact-3d.hpp.

◆ v_partial_dq

template<typename _Scalar>
Matrix6xs v_partial_dq

Definition at line 245 of file contact-3d.hpp.

◆ a_partial_dq

template<typename _Scalar>
Matrix6xs a_partial_dq

Definition at line 246 of file contact-3d.hpp.

◆ a_partial_dv

template<typename _Scalar>
Matrix6xs a_partial_dv

Definition at line 247 of file contact-3d.hpp.

◆ a_partial_da

template<typename _Scalar>
Matrix6xs a_partial_da

Definition at line 248 of file contact-3d.hpp.

◆ vv_skew

template<typename _Scalar>
Matrix3s vv_skew

Definition at line 249 of file contact-3d.hpp.

◆ vw_skew

template<typename _Scalar>
Matrix3s vw_skew

Definition at line 250 of file contact-3d.hpp.

◆ a0_skew

template<typename _Scalar>
Matrix3s a0_skew

Definition at line 251 of file contact-3d.hpp.

◆ a0_world_skew

template<typename _Scalar>
Matrix3s a0_world_skew

Definition at line 252 of file contact-3d.hpp.

◆ dp_skew

template<typename _Scalar>
Matrix3s dp_skew

Definition at line 253 of file contact-3d.hpp.

◆ f_skew

template<typename _Scalar>
Matrix3s f_skew

Definition at line 254 of file contact-3d.hpp.

◆ fXjdv_dq

template<typename _Scalar>
Matrix6xs fXjdv_dq

Definition at line 255 of file contact-3d.hpp.

◆ fXjda_dq

template<typename _Scalar>
Matrix6xs fXjda_dq

Definition at line 256 of file contact-3d.hpp.

◆ fXjda_dv

template<typename _Scalar>
Matrix6xs fXjda_dv

Definition at line 257 of file contact-3d.hpp.

◆ fJf_df

template<typename _Scalar>
Matrix3xs fJf_df

Definition at line 258 of file contact-3d.hpp.

◆ a0

template<typename _Scalar>
VectorXs a0

Definition at line 216 of file contact-base.hpp.

◆ da0_dx

template<typename _Scalar>
MatrixXs da0_dx

Definition at line 217 of file contact-base.hpp.

◆ df_du

template<typename _Scalar>

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

◆ df_dx

template<typename _Scalar>

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

◆ fXj

template<typename _Scalar>
SE3::ActionMatrixType fXj

Definition at line 215 of file contact-base.hpp.


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