#include <joint-model-base.hpp>
Public Member Functions | |
template<typename ConfigVectorType > | |
void | calc (JointDataDerived &data, const Eigen::MatrixBase< ConfigVectorType > &qs) const |
template<typename ConfigVectorType , typename TangentVectorType > | |
void | calc (JointDataDerived &data, const Eigen::MatrixBase< ConfigVectorType > &qs, const Eigen::MatrixBase< TangentVectorType > &vs) const |
template<typename Matrix6Type > | |
void | calc_aba (JointDataDerived &data, const Eigen::MatrixBase< Matrix6Type > &I, const bool update_I=false) const |
template<typename NewScalar > | |
CastType< NewScalar, Derived >::type | cast () const |
JointDataDerived | createData () const |
JointModelDerived & | derived () |
const JointModelDerived & | derived () const |
void | disp (std::ostream &os) const |
const std::vector< bool > | hasConfigurationLimit () const |
const std::vector< bool > | hasConfigurationLimitInTangent () const |
template<class OtherDerived > | |
bool | hasSameIndexes (const JointModelBase< OtherDerived > &other) const |
JointIndex | id () const |
JointIndex | id_impl () const |
int | idx_q () const |
int | idx_q_impl () const |
int | idx_v () const |
int | idx_v_impl () const |
template<class OtherDerived > | |
bool | isEqual (const JointModelBase< OtherDerived > &) const |
bool | isEqual (const JointModelBase< Derived > &other) const |
template<typename D > | |
SizeDepType< NV >::template BlockReturn< D >::ConstType | jointBlock (const Eigen::MatrixBase< D > &Mat) const |
Returns a block of dimension nv()xnv() located at position idx_v(),idx_v() in the matrix Mat. More... | |
template<typename D > | |
SizeDepType< NV >::template BlockReturn< D >::Type | jointBlock (Eigen::MatrixBase< D > &Mat) const |
template<typename D > | |
SizeDepType< NV >::template BlockReturn< D >::ConstType | jointBlock_impl (const Eigen::MatrixBase< D > &Mat) const |
template<typename D > | |
SizeDepType< NV >::template BlockReturn< D >::Type | jointBlock_impl (Eigen::MatrixBase< D > &Mat) const |
template<typename D > | |
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols (const Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols (Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols_impl (const Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols_impl (Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector (const Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector (Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector_impl (const Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector_impl (Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NV >::template RowsReturn< D >::ConstType | jointRows (const Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template RowsReturn< D >::Type | jointRows (Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template RowsReturn< D >::ConstType | jointRows_impl (const Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template RowsReturn< D >::Type | jointRows_impl (Eigen::MatrixBase< D > &A) const |
template<typename D > | |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector (const Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NV >::template SegmentReturn< D >::Type | jointVelocitySelector (Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector_impl (const Eigen::MatrixBase< D > &a) const |
template<typename D > | |
SizeDepType< NV >::template SegmentReturn< D >::Type | jointVelocitySelector_impl (Eigen::MatrixBase< D > &a) const |
int | nq () const |
int | nq_impl () const |
int | nv () const |
int | nv_impl () const |
template<class OtherDerived > | |
bool | operator!= (const JointModelBase< OtherDerived > &other) const |
template<class OtherDerived > | |
bool | operator== (const JointModelBase< OtherDerived > &other) const |
PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived) | |
void | setIndexes (JointIndex id, int q, int v) |
void | setIndexes_impl (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 traits< Derived >::JointDerived | JointDerived |
Protected Member Functions | |
JointModelBase () | |
JointModelBase (const JointModelBase &clone) | |
JointModelBase & | operator= (const JointModelBase &clone) |
Protected Attributes | |
JointIndex | i_id |
int | i_q |
int | i_v |
Friends | |
std::ostream & | operator<< (std::ostream &os, const JointModelBase< Derived > &joint) |
Definition at line 67 of file joint-model-base.hpp.
|
inlineprotected |
Default constructor: protected.
Prevent the construction of stand-alone JointModelBase.
Definition at line 304 of file joint-model-base.hpp.
|
inlineprotected |
Copy constructor: protected.
Copy of stand-alone JointModelBase are prevented, but can be used from inhereting objects. Copy is done by calling copy operator.
Definition at line 311 of file joint-model-base.hpp.
|
inline |
Definition at line 90 of file joint-model-base.hpp.
|
inline |
Definition at line 97 of file joint-model-base.hpp.
|
inline |
Definition at line 105 of file joint-model-base.hpp.
|
inline |
Definition at line 156 of file joint-model-base.hpp.
|
inlinestatic |
Definition at line 153 of file joint-model-base.hpp.
|
inline |
Definition at line 77 of file joint-model-base.hpp.
|
inline |
Definition at line 74 of file joint-model-base.hpp.
|
inline |
Definition at line 75 of file joint-model-base.hpp.
|
inline |
Definition at line 133 of file joint-model-base.hpp.
|
inline |
Definition at line 79 of file joint-model-base.hpp.
|
inline |
Definition at line 84 of file joint-model-base.hpp.
|
inline |
Definition at line 177 of file joint-model-base.hpp.
|
inline |
Definition at line 121 of file joint-model-base.hpp.
|
inline |
Definition at line 125 of file joint-model-base.hpp.
|
inline |
Definition at line 119 of file joint-model-base.hpp.
|
inline |
Definition at line 123 of file joint-model-base.hpp.
|
inline |
Definition at line 120 of file joint-model-base.hpp.
|
inline |
Definition at line 124 of file joint-model-base.hpp.
|
inline |
Definition at line 168 of file joint-model-base.hpp.
|
inline |
Definition at line 171 of file joint-model-base.hpp.
|
inline |
Returns a block of dimension nv()xnv() located at position idx_v(),idx_v() in the matrix Mat.
Definition at line 280 of file joint-model-base.hpp.
|
inline |
Definition at line 291 of file joint-model-base.hpp.
|
inline |
Definition at line 285 of file joint-model-base.hpp.
|
inline |
Definition at line 296 of file joint-model-base.hpp.
|
inline |
Definition at line 234 of file joint-model-base.hpp.
|
inline |
Definition at line 245 of file joint-model-base.hpp.
|
inline |
Definition at line 239 of file joint-model-base.hpp.
|
inline |
Definition at line 250 of file joint-model-base.hpp.
|
inline |
Definition at line 188 of file joint-model-base.hpp.
|
inline |
Definition at line 199 of file joint-model-base.hpp.
|
inline |
Definition at line 193 of file joint-model-base.hpp.
|
inline |
Definition at line 204 of file joint-model-base.hpp.
|
inline |
Definition at line 257 of file joint-model-base.hpp.
|
inline |
Definition at line 268 of file joint-model-base.hpp.
|
inline |
Definition at line 262 of file joint-model-base.hpp.
|
inline |
Definition at line 273 of file joint-model-base.hpp.
|
inline |
Definition at line 211 of file joint-model-base.hpp.
|
inline |
Definition at line 222 of file joint-model-base.hpp.
|
inline |
Definition at line 216 of file joint-model-base.hpp.
|
inline |
Definition at line 227 of file joint-model-base.hpp.
|
inline |
Definition at line 113 of file joint-model-base.hpp.
|
inline |
Definition at line 117 of file joint-model-base.hpp.
|
inline |
Definition at line 112 of file joint-model-base.hpp.
|
inline |
Definition at line 116 of file joint-model-base.hpp.
|
inline |
Definition at line 164 of file joint-model-base.hpp.
|
inlineprotected |
Copy operator: protected.
Copy of stand-alone JointModelBase are prevented, but can be used from inhereting objects.
Definition at line 318 of file joint-model-base.hpp.
|
inline |
Definition at line 160 of file joint-model-base.hpp.
pinocchio::JointModelBase< Derived >::PINOCCHIO_JOINT_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 127 of file joint-model-base.hpp.
|
inline |
Definition at line 130 of file joint-model-base.hpp.
|
inline |
Definition at line 152 of file joint-model-base.hpp.
|
friend |
Definition at line 146 of file joint-model-base.hpp.
|
protected |
Definition at line 327 of file joint-model-base.hpp.
|
protected |
Definition at line 328 of file joint-model-base.hpp.
|
protected |
Definition at line 329 of file joint-model-base.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits<Derived>::JointDerived pinocchio::JointModelBase< Derived >::JointDerived |
Definition at line 71 of file joint-model-base.hpp.