#include <fwd.hpp>
Public Types | |
typedef JointModelBase< JointModelRevoluteUnboundedUnalignedTpl > | 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 > | |
JointModelRevoluteUnboundedUnalignedTpl< 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 |
int | idx_vExtended () const |
bool | isEqual (const JointModelBase< Derived > &other) const |
template<class OtherDerived > | |
bool | isEqual (const JointModelBase< OtherDerived > &) const |
bool | isEqual (const JointModelRevoluteUnboundedUnalignedTpl &other) const |
JointModelRevoluteUnboundedUnalignedTpl () | |
template<typename Vector3Like > | |
JointModelRevoluteUnboundedUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis) | |
JointModelRevoluteUnboundedUnalignedTpl (const Scalar &x, const Scalar &y, const Scalar &z) | |
PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived) | |
void | setIndexes (JointIndex id, int q, int v) |
void | setIndexes (JointIndex id, int q, int v, int vExtended) |
std::string | shortname () const |
Static Public Member Functions | |
static std::string | classname () |
Public Attributes | |
Vector3 | axis |
axis of rotation of the joint. More... | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteUnboundedUnalignedTpl< _Scalar, _Options > | JointDerived |
Definition at line 46 of file multibody/joint/fwd.hpp.
typedef JointModelBase<JointModelRevoluteUnboundedUnalignedTpl> pinocchio::JointModelRevoluteUnboundedUnalignedTpl< _Scalar, _Options >::Base |
Definition at line 143 of file joint-revolute-unbounded-unaligned.hpp.
typedef Eigen::Matrix<Scalar, 3, 1, Options> pinocchio::JointModelRevoluteUnboundedUnalignedTpl< _Scalar, _Options >::Vector3 |
Definition at line 141 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 150 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 155 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 163 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 204 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 192 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 212 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 223 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 249 of file joint-revolute-unbounded-unaligned.hpp.
|
inlinestatic |
Definition at line 238 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 170 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 175 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 180 of file joint-revolute-unbounded-unaligned.hpp.
|
inline |
Definition at line 183 of file joint-model-base.hpp.
|
inline |
Definition at line 171 of file joint-model-base.hpp.
|
inline |
Definition at line 175 of file joint-model-base.hpp.
|
inline |
Definition at line 179 of file joint-model-base.hpp.
|
inline |
Definition at line 274 of file joint-model-base.hpp.
|
inline |
Definition at line 269 of file joint-model-base.hpp.
|
inline |
Definition at line 186 of file joint-revolute-unbounded-unaligned.hpp.
pinocchio::JointModelRevoluteUnboundedUnalignedTpl< _Scalar, _Options >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 205 of file joint-model-base.hpp.
|
inline |
Definition at line 210 of file joint-model-base.hpp.
|
inline |
Definition at line 242 of file joint-revolute-unbounded-unaligned.hpp.
Vector3 pinocchio::JointModelRevoluteUnboundedUnalignedTpl< _Scalar, _Options >::axis |
axis of rotation of the joint.
Definition at line 261 of file joint-revolute-unbounded-unaligned.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteUnboundedUnalignedTpl<_Scalar, _Options> pinocchio::JointModelRevoluteUnboundedUnalignedTpl< _Scalar, _Options >::JointDerived |
Definition at line 139 of file joint-revolute-unbounded-unaligned.hpp.