#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelHelicalUnalignedTpl > | Base |
typedef Eigen::Matrix< Scalar, 3, 1, _Options > | Vector3 |
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 > | |
JointModelHelicalUnalignedTpl< 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 |
bool | isEqual (const JointModelBase< Derived > &other) const |
template<class OtherDerived > | |
bool | isEqual (const JointModelBase< OtherDerived > &) const |
bool | isEqual (const JointModelHelicalUnalignedTpl &other) const |
JointModelHelicalUnalignedTpl () | |
template<typename Vector3Like > | |
JointModelHelicalUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis) | |
template<typename Vector3Like > | |
JointModelHelicalUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis, const Scalar &h) | |
JointModelHelicalUnalignedTpl (const Scalar &x, const Scalar &y, const Scalar &z, const Scalar &h) | |
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 | |
Vector3 | axis |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointHelicalUnalignedTpl< _Scalar, _Options > | JointDerived |
Scalar | m_pitch |
Definition at line 65 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelHelicalUnalignedTpl> pinocchio::JointModelHelicalUnalignedTpl< _Scalar, _Options >::Base |
Definition at line 639 of file joint-helical-unaligned.hpp.
typedef Eigen::Matrix<Scalar, 3, 1, _Options> pinocchio::JointModelHelicalUnalignedTpl< _Scalar, _Options >::Vector3 |
Definition at line 637 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 645 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 650 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 658 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 668 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 711 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 699 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 720 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 732 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 759 of file joint-helical-unaligned.hpp.
|
inlinestatic |
Definition at line 748 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 686 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 676 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 681 of file joint-helical-unaligned.hpp.
|
inline |
Definition at line 168 of file joint-model-base.hpp.
|
inline |
Definition at line 160 of file joint-model-base.hpp.
|
inline |
Definition at line 164 of file joint-model-base.hpp.
|
inline |
Definition at line 247 of file joint-model-base.hpp.
|
inline |
Definition at line 242 of file joint-model-base.hpp.
|
inline |
Definition at line 692 of file joint-helical-unaligned.hpp.
pinocchio::JointModelHelicalUnalignedTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 186 of file joint-model-base.hpp.
|
inline |
Definition at line 752 of file joint-helical-unaligned.hpp.
Vector3 pinocchio::JointModelHelicalUnalignedTpl< _Scalar, _Options >::axis |
Definition at line 767 of file joint-helical-unaligned.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointHelicalUnalignedTpl<_Scalar, _Options> pinocchio::JointModelHelicalUnalignedTpl< _Scalar, _Options >::JointDerived |
Definition at line 635 of file joint-helical-unaligned.hpp.
Scalar pinocchio::JointModelHelicalUnalignedTpl< _Scalar, _Options >::m_pitch |
Definition at line 768 of file joint-helical-unaligned.hpp.