#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelHelicalTpl > | Base |
typedef Eigen::Matrix< Scalar, 3, 1, _Options > | Vector3 |
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 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 > | |
JointModelHelicalTpl< NewScalar, Options, axis > | cast () const |
JointDataDerived | createData () const |
Vector3 | getMotionAxis () const |
const std::vector< bool > | hasConfigurationLimit () const |
const std::vector< bool > | hasConfigurationLimitInTangent () const |
JointIndex | id () const |
int | idx_q () const |
int | idx_v () const |
JointModelHelicalTpl () | |
JointModelHelicalTpl (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 | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointHelicalTpl< _Scalar, _Options, axis > | JointDerived |
Scalar | m_pitch |
Definition at line 60 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelHelicalTpl> pinocchio::JointModelHelicalTpl< _Scalar, _Options, axis >::Base |
Definition at line 836 of file joint-helical.hpp.
typedef Eigen::Matrix<Scalar, 3, 1, _Options> pinocchio::JointModelHelicalTpl< _Scalar, _Options, axis >::Vector3 |
Definition at line 842 of file joint-helical.hpp.
|
inline |
Definition at line 849 of file joint-helical.hpp.
|
inlineexplicit |
Definition at line 853 of file joint-helical.hpp.
|
inline |
Definition at line 881 of file joint-helical.hpp.
|
inline |
Definition at line 870 of file joint-helical.hpp.
|
inline |
Definition at line 890 of file joint-helical.hpp.
|
inline |
Definition at line 903 of file joint-helical.hpp.
|
inline |
Definition at line 946 of file joint-helical.hpp.
|
inlinestatic |
Definition at line 919 of file joint-helical.hpp.
|
inline |
Definition at line 844 of file joint-helical.hpp.
|
inline |
Definition at line 928 of file joint-helical.hpp.
|
inline |
Definition at line 858 of file joint-helical.hpp.
|
inline |
Definition at line 863 of file joint-helical.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.
pinocchio::JointModelHelicalTpl< _Scalar, _Options, axis >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 186 of file joint-model-base.hpp.
|
inline |
Definition at line 923 of file joint-helical.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointHelicalTpl<_Scalar, _Options, axis> pinocchio::JointModelHelicalTpl< _Scalar, _Options, axis >::JointDerived |
Definition at line 833 of file joint-helical.hpp.
Scalar pinocchio::JointModelHelicalTpl< _Scalar, _Options, axis >::m_pitch |
Definition at line 954 of file joint-helical.hpp.