#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelTranslationTpl > | Base |
Public Member Functions | |
template<typename TangentVector > | |
void | calc (JointDataDerived &data, const Blank, const typename Eigen::MatrixBase< TangentVector > &vs) const |
template<typename ConfigVector > | |
void | calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs) const |
template<typename ConfigVector , typename TangentVector > | |
void | calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs, const typename Eigen::MatrixBase< TangentVector > &vs) 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 > | |
JointModelTranslationTpl< NewScalar, Options > | cast () const |
JointDataDerived | createData () const |
const std::vector< bool > | hasConfigurationLimit () const |
const std::vector< bool > | hasConfigurationLimitInTangent () const |
JointIndex | id () const |
int | idx_q () const |
int | idx_v () const |
int | idx_vExtended () const |
PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived) | |
void | setIndexes (JointIndex id, int q, int v) |
void | setIndexes (JointIndex id, int q, int v, int vExtended) |
std::string | shortname () const |
Static Public Member Functions | |
static std::string | classname () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointTranslationTpl< _Scalar, _Options > | JointDerived |
Definition at line 126 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelTranslationTpl> pinocchio::JointModelTranslationTpl< _Scalar, _Options >::Base |
Definition at line 579 of file joint-translation.hpp.
|
inline |
Definition at line 610 of file joint-translation.hpp.
|
inline |
Definition at line 602 of file joint-translation.hpp.
|
inline |
Definition at line 618 of file joint-translation.hpp.
|
inline |
Definition at line 630 of file joint-translation.hpp.
|
inline |
Definition at line 660 of file joint-translation.hpp.
|
inlinestatic |
Definition at line 649 of file joint-translation.hpp.
|
inline |
Definition at line 586 of file joint-translation.hpp.
|
inline |
Definition at line 591 of file joint-translation.hpp.
|
inline |
Definition at line 596 of file joint-translation.hpp.
|
inline |
Definition at line 183 of file joint-model-base.hpp.
|
inline |
Definition at line 171 of file joint-model-base.hpp.
|
inline |
Definition at line 175 of file joint-model-base.hpp.
|
inline |
Definition at line 179 of file joint-model-base.hpp.
pinocchio::JointModelTranslationTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 205 of file joint-model-base.hpp.
|
inline |
Definition at line 210 of file joint-model-base.hpp.
|
inline |
Definition at line 653 of file joint-translation.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointTranslationTpl<_Scalar, _Options> pinocchio::JointModelTranslationTpl< _Scalar, _Options >::JointDerived |
Definition at line 576 of file joint-translation.hpp.