Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options > Struct Template Reference

#include <fwd.hpp>

Public Types

typedef JointModelBase< JointModelFreeFlyerTplBase
 

Public Member Functions

template<typename ConfigVector >
EIGEN_DONT_INLINE void calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs) const
 
template<typename ConfigVector , typename TangentVector >
EIGEN_DONT_INLINE void calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs, const typename Eigen::MatrixBase< TangentVector > &vs) const
 
template<typename Vector3Derived , typename QuaternionDerived >
EIGEN_DONT_INLINE void calc (JointDataDerived &data, const typename Eigen::MatrixBase< Vector3Derived > &trans, const typename Eigen::QuaternionBase< QuaternionDerived > &quat) const
 
template<typename ConfigVector >
EIGEN_DONT_INLINE void calc (JointDataDerived &data, const typename Eigen::PlainObjectBase< ConfigVector > &qs) const
 
template<typename Matrix6Like >
void calc_aba (JointDataDerived &data, const Eigen::MatrixBase< Matrix6Like > &I, const bool update_I) const
 
template<typename NewScalar >
JointModelFreeFlyerTpl< NewScalar, Optionscast () const
 
JointDataDerived createData () const
 
template<typename ConfigVectorLike >
void forwardKinematics (Transformation_t &M, const Eigen::MatrixBase< ConfigVectorLike > &q_joint) const
 
const std::vector< bool > hasConfigurationLimit () const
 
const std::vector< bool > hasConfigurationLimitInTangent () const
 
JointIndex id () const
 
int idx_q () const
 
int idx_v () const
 
 PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived)
 
void setIndexes (JointIndex id, int q, int v)
 
std::string shortname () const
 

Static Public Member Functions

static std::string classname ()
 

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointFreeFlyerTpl< _Scalar, _Options > JointDerived
 

Detailed Description

template<typename _Scalar, int _Options>
struct pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >

Definition at line 63 of file multibody/joint/fwd.hpp.

Member Typedef Documentation

◆ Base

template<typename _Scalar , int _Options>
typedef JointModelBase<JointModelFreeFlyerTpl> pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::Base

Definition at line 213 of file joint-free-flyer.hpp.

Member Function Documentation

◆ calc() [1/4]

template<typename _Scalar , int _Options>
template<typename ConfigVector >
EIGEN_DONT_INLINE void pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::calc ( JointDataDerived &  data,
const typename Eigen::MatrixBase< ConfigVector > &  qs 
) const
inline

Definition at line 272 of file joint-free-flyer.hpp.

◆ calc() [2/4]

template<typename _Scalar , int _Options>
template<typename ConfigVector , typename TangentVector >
EIGEN_DONT_INLINE void pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::calc ( JointDataDerived &  data,
const typename Eigen::MatrixBase< ConfigVector > &  qs,
const typename Eigen::MatrixBase< TangentVector > &  vs 
) const
inline

Definition at line 285 of file joint-free-flyer.hpp.

◆ calc() [3/4]

template<typename _Scalar , int _Options>
template<typename Vector3Derived , typename QuaternionDerived >
EIGEN_DONT_INLINE void pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::calc ( JointDataDerived &  data,
const typename Eigen::MatrixBase< Vector3Derived > &  trans,
const typename Eigen::QuaternionBase< QuaternionDerived > &  quat 
) const
inline

Definition at line 248 of file joint-free-flyer.hpp.

◆ calc() [4/4]

template<typename _Scalar , int _Options>
template<typename ConfigVector >
EIGEN_DONT_INLINE void pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::calc ( JointDataDerived &  data,
const typename Eigen::PlainObjectBase< ConfigVector > &  qs 
) const
inline

Definition at line 258 of file joint-free-flyer.hpp.

◆ calc_aba()

template<typename _Scalar , int _Options>
template<typename Matrix6Like >
void pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::calc_aba ( JointDataDerived &  data,
const Eigen::MatrixBase< Matrix6Like > &  I,
const bool  update_I 
) const
inline

Definition at line 295 of file joint-free-flyer.hpp.

◆ cast()

template<typename _Scalar , int _Options>
template<typename NewScalar >
JointModelFreeFlyerTpl<NewScalar,Options> pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::cast ( ) const
inline
Returns
An expression of *this with the Scalar type casted to NewScalar.

Definition at line 315 of file joint-free-flyer.hpp.

◆ classname()

template<typename _Scalar , int _Options>
static std::string pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::classname ( )
inlinestatic

Definition at line 310 of file joint-free-flyer.hpp.

◆ createData()

template<typename _Scalar , int _Options>
JointDataDerived pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::createData ( ) const
inline

Definition at line 219 of file joint-free-flyer.hpp.

◆ forwardKinematics()

template<typename _Scalar , int _Options>
template<typename ConfigVectorLike >
void pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::forwardKinematics ( Transformation_t &  M,
const Eigen::MatrixBase< ConfigVectorLike > &  q_joint 
) const
inline

Definition at line 232 of file joint-free-flyer.hpp.

◆ hasConfigurationLimit()

template<typename _Scalar , int _Options>
const std::vector<bool> pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::hasConfigurationLimit ( ) const
inline

Definition at line 221 of file joint-free-flyer.hpp.

◆ hasConfigurationLimitInTangent()

template<typename _Scalar , int _Options>
const std::vector<bool> pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::hasConfigurationLimitInTangent ( ) const
inline

Definition at line 226 of file joint-free-flyer.hpp.

◆ id()

template<typename _Scalar , int _Options>
JointIndex pinocchio::JointModelBase< Derived >::id
inline

Definition at line 121 of file joint-model-base.hpp.

◆ idx_q()

template<typename _Scalar , int _Options>
int pinocchio::JointModelBase< Derived >::idx_q
inline

Definition at line 119 of file joint-model-base.hpp.

◆ idx_v()

template<typename _Scalar , int _Options>
int pinocchio::JointModelBase< Derived >::idx_v
inline

Definition at line 120 of file joint-model-base.hpp.

◆ PINOCCHIO_JOINT_TYPEDEF_TEMPLATE()

template<typename _Scalar , int _Options>
pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE ( JointDerived  )

◆ setIndexes()

template<typename _Scalar , int _Options>
void pinocchio::JointModelBase< Derived >::setIndexes
inline

Definition at line 127 of file joint-model-base.hpp.

◆ shortname()

template<typename _Scalar , int _Options>
std::string pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::shortname ( ) const
inline

Definition at line 311 of file joint-free-flyer.hpp.

Member Data Documentation

◆ JointDerived

template<typename _Scalar , int _Options>
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointFreeFlyerTpl<_Scalar,_Options> pinocchio::JointModelFreeFlyerTpl< _Scalar, _Options >::JointDerived

Definition at line 210 of file joint-free-flyer.hpp.


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


pinocchio
Author(s):
autogenerated on Tue Feb 13 2024 03:44:01