#include <fwd.hpp>
Public Types | |
typedef JointCollectionTpl< Scalar, Options > | JointCollection |
typedef JointCollection::JointDataVariant | JointDataVariant |
typedef JointCollection::JointModelVariant | JointModelVariant |
Public Member Functions | |
template<typename TangentVector > | |
void | calc (JointDataDerived &data, const Blank blank, const Eigen::MatrixBase< TangentVector > &v) const |
template<typename ConfigVector > | |
void | calc (JointDataDerived &data, const Eigen::MatrixBase< ConfigVector > &q) const |
template<typename ConfigVector , typename TangentVector > | |
void | calc (JointDataDerived &data, const Eigen::MatrixBase< ConfigVector > &q, const Eigen::MatrixBase< TangentVector > &v) 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 > | |
JointModelTpl< NewScalar, Options, JointCollectionTpl > | cast () const |
JointDataDerived | createData () const |
const std::vector< bool > | hasConfigurationLimit () const |
const std::vector< bool > | hasConfigurationLimitInTangent () const |
template<typename JointModelDerived > | |
bool | hasSameIndexes (const JointModelBase< JointModelDerived > &other) const |
JointIndex | id_impl () const |
int | idx_q_impl () const |
int | idx_v_impl () const |
template<typename JointModelDerived > | |
bool | isEqual (const JointModelBase< JointModelDerived > &other) const |
bool | isEqual (const JointModelTpl &other) const |
JointModelTpl () | |
template<typename JointModelDerived > | |
JointModelTpl (const JointModelBase< JointModelDerived > &jmodel) | |
JointModelTpl (const JointModelVariant &jmodel_variant) | |
int | nq_impl () const |
int | nv_impl () const |
bool | operator!= (const JointModelTpl &other) const |
bool | operator== (const JointModelTpl &other) const |
PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived) | |
PINOCCHIO_JOINT_USE_INDEXES (JointModelTpl) | |
void | setIndexes (JointIndex id, int nq, int nv) |
std::string | shortname () const |
JointModelVariant & | toVariant () |
const JointModelVariant & | toVariant () const |
Static Public Member Functions | |
static std::string | classname () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointTpl< _Scalar, _Options, JointCollectionTpl > | JointDerived |
Definition at line 155 of file multibody/joint/fwd.hpp.
typedef JointCollectionTpl<Scalar, Options> pinocchio::JointModelTpl< _Scalar, _Options, JointCollectionTpl >::JointCollection |
Definition at line 270 of file joint-generic.hpp.
typedef JointCollection::JointDataVariant pinocchio::JointModelTpl< _Scalar, _Options, JointCollectionTpl >::JointDataVariant |
Definition at line 271 of file joint-generic.hpp.
typedef JointCollection::JointModelVariant pinocchio::JointModelTpl< _Scalar, _Options, JointCollectionTpl >::JointModelVariant |
Definition at line 272 of file joint-generic.hpp.
|
inline |
Definition at line 279 of file joint-generic.hpp.
|
inline |
Definition at line 284 of file joint-generic.hpp.
|
inline |
Definition at line 300 of file joint-generic.hpp.
|
inline |
Definition at line 356 of file joint-generic.hpp.
|
inline |
Definition at line 350 of file joint-generic.hpp.
|
inline |
Definition at line 363 of file joint-generic.hpp.
|
inline |
Definition at line 372 of file joint-generic.hpp.
|
inline |
Definition at line 421 of file joint-generic.hpp.
|
inlinestatic |
Definition at line 386 of file joint-generic.hpp.
|
inline |
Definition at line 317 of file joint-generic.hpp.
|
inline |
Definition at line 289 of file joint-generic.hpp.
|
inline |
Definition at line 294 of file joint-generic.hpp.
|
inline |
Definition at line 329 of file joint-generic.hpp.
|
inline |
Definition at line 409 of file joint-generic.hpp.
|
inline |
Definition at line 400 of file joint-generic.hpp.
|
inline |
Definition at line 404 of file joint-generic.hpp.
|
inline |
Definition at line 323 of file joint-generic.hpp.
|
inline |
Definition at line 334 of file joint-generic.hpp.
|
inline |
Definition at line 391 of file joint-generic.hpp.
|
inline |
Definition at line 395 of file joint-generic.hpp.
|
inline |
Definition at line 344 of file joint-generic.hpp.
|
inline |
Definition at line 339 of file joint-generic.hpp.
pinocchio::JointModelTpl< _Scalar, _Options, JointCollectionTpl >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
pinocchio::JointModelTpl< _Scalar, _Options, JointCollectionTpl >::PINOCCHIO_JOINT_USE_INDEXES | ( | JointModelTpl< _Scalar, _Options, JointCollectionTpl > | ) |
|
inline |
Definition at line 414 of file joint-generic.hpp.
|
inline |
Definition at line 382 of file joint-generic.hpp.
|
inline |
Definition at line 307 of file joint-generic.hpp.
|
inline |
Definition at line 312 of file joint-generic.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointTpl<_Scalar, _Options, JointCollectionTpl> pinocchio::JointModelTpl< _Scalar, _Options, JointCollectionTpl >::JointDerived |
Definition at line 265 of file joint-generic.hpp.