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 TangentVector >
EIGEN_DONT_INLINE void calc (JointDataDerived &data, const Blank, const typename Eigen::MatrixBase< TangentVector > &vs) const
 
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 VectorLike , typename Matrix6Like >
void calc_aba (JointDataDerived &data, const Eigen::MatrixBase< VectorLike > &armature, 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 110 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 264 of file joint-free-flyer.hpp.

Member Function Documentation

◆ calc() [1/4]

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

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

◆ calc() [2/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 316 of file joint-free-flyer.hpp.

◆ calc() [3/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 337 of file joint-free-flyer.hpp.

◆ calc() [4/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 305 of file joint-free-flyer.hpp.

◆ calc_aba()

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

Definition at line 349 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 377 of file joint-free-flyer.hpp.

◆ classname()

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

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

◆ createData()

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

Definition at line 270 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 286 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 275 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 280 of file joint-free-flyer.hpp.

◆ id()

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

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

◆ idx_q()

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

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

◆ idx_v()

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

Definition at line 164 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 186 of file joint-model-base.hpp.

◆ shortname()

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

Definition at line 370 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 261 of file joint-free-flyer.hpp.


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


pinocchio
Author(s):
autogenerated on Sat Jun 22 2024 02:41:52