#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelRevoluteUnalignedTpl > | 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 > | |
JointModelRevoluteUnalignedTpl< 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 JointModelRevoluteUnalignedTpl &other) const |
JointModelRevoluteUnalignedTpl () | |
template<typename Vector3Like > | |
JointModelRevoluteUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis) | |
JointModelRevoluteUnalignedTpl (const Scalar &x, const Scalar &y, const Scalar &z) | |
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 |
3d main axis of the joint. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteUnalignedTpl< _Scalar, _Options > | JointDerived |
Definition at line 38 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelRevoluteUnalignedTpl> pinocchio::JointModelRevoluteUnalignedTpl< _Scalar, _Options >::Base |
Definition at line 616 of file joint-revolute-unaligned.hpp.
typedef Eigen::Matrix<Scalar, 3, 1, _Options> pinocchio::JointModelRevoluteUnalignedTpl< _Scalar, _Options >::Vector3 |
Definition at line 614 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 622 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 627 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 635 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 673 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 664 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 680 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 691 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 717 of file joint-revolute-unaligned.hpp.
|
inlinestatic |
Definition at line 706 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 642 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 653 of file joint-revolute-unaligned.hpp.
|
inline |
Definition at line 658 of file joint-revolute-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 648 of file joint-revolute-unaligned.hpp.
pinocchio::JointModelRevoluteUnalignedTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 186 of file joint-model-base.hpp.
|
inline |
Definition at line 710 of file joint-revolute-unaligned.hpp.
Vector3 pinocchio::JointModelRevoluteUnalignedTpl< _Scalar, _Options >::axis |
3d main axis of the joint.
Definition at line 730 of file joint-revolute-unaligned.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteUnalignedTpl<_Scalar, _Options> pinocchio::JointModelRevoluteUnalignedTpl< _Scalar, _Options >::JointDerived |
Definition at line 612 of file joint-revolute-unaligned.hpp.