#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelPrismaticUnalignedTpl > | 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 > | |
JointModelPrismaticUnalignedTpl< 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 JointModelPrismaticUnalignedTpl &other) const |
JointModelPrismaticUnalignedTpl () | |
template<typename Vector3Like > | |
JointModelPrismaticUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis) | |
JointModelPrismaticUnalignedTpl (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 JointPrismaticUnalignedTpl< _Scalar, _Options > | JointDerived |
Definition at line 94 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelPrismaticUnalignedTpl> pinocchio::JointModelPrismaticUnalignedTpl< _Scalar, _Options >::Base |
Definition at line 590 of file joint-prismatic-unaligned.hpp.
typedef Eigen::Matrix<Scalar, 3, 1, _Options> pinocchio::JointModelPrismaticUnalignedTpl< _Scalar, _Options >::Vector3 |
Definition at line 596 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 598 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 602 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 610 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 647 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 639 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 655 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 667 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 693 of file joint-prismatic-unaligned.hpp.
|
inlinestatic |
Definition at line 682 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 617 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 622 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 627 of file joint-prismatic-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 633 of file joint-prismatic-unaligned.hpp.
pinocchio::JointModelPrismaticUnalignedTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 186 of file joint-model-base.hpp.
|
inline |
Definition at line 686 of file joint-prismatic-unaligned.hpp.
Vector3 pinocchio::JointModelPrismaticUnalignedTpl< _Scalar, _Options >::axis |
3d main axis of the joint.
Definition at line 706 of file joint-prismatic-unaligned.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointPrismaticUnalignedTpl<_Scalar, _Options> pinocchio::JointModelPrismaticUnalignedTpl< _Scalar, _Options >::JointDerived |
Definition at line 587 of file joint-prismatic-unaligned.hpp.