#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelSphericalTpl > | Base |
Public Member Functions | |
template<typename TangentVector > | |
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 > | |
void | calc (JointDataDerived &data, const typename Eigen::MatrixBase< ConfigVector > &qs, const typename Eigen::MatrixBase< TangentVector > &vs) const |
template<typename ConfigVector > | |
EIGEN_DONT_INLINE void | calc (JointDataDerived &data, const typename Eigen::PlainObjectBase< ConfigVector > &qs) const |
template<typename QuaternionDerived > | |
void | calc (JointDataDerived &data, 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 > | |
JointModelSphericalTpl< NewScalar, Options > | cast () 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 JointSphericalTpl< _Scalar, _Options > | JointDerived |
Definition at line 73 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelSphericalTpl> pinocchio::JointModelSphericalTpl< _Scalar, _Options >::Base |
Definition at line 479 of file joint-spherical.hpp.
|
inline |
Definition at line 552 of file joint-spherical.hpp.
|
inline |
Definition at line 542 of file joint-spherical.hpp.
|
inline |
Definition at line 560 of file joint-spherical.hpp.
|
inline |
Definition at line 530 of file joint-spherical.hpp.
|
inline |
Definition at line 521 of file joint-spherical.hpp.
|
inline |
Definition at line 571 of file joint-spherical.hpp.
|
inline |
Definition at line 599 of file joint-spherical.hpp.
|
inlinestatic |
Definition at line 588 of file joint-spherical.hpp.
|
inline |
Definition at line 485 of file joint-spherical.hpp.
|
inline |
Definition at line 501 of file joint-spherical.hpp.
|
inline |
Definition at line 490 of file joint-spherical.hpp.
|
inline |
Definition at line 495 of file joint-spherical.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::JointModelSphericalTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 186 of file joint-model-base.hpp.
|
inline |
Definition at line 592 of file joint-spherical.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointSphericalTpl<_Scalar, _Options> pinocchio::JointModelSphericalTpl< _Scalar, _Options >::JointDerived |
Definition at line 476 of file joint-spherical.hpp.