Public Types | |
typedef JointModelBase< JointModelPrismaticUnalignedTpl > | Base |
typedef JointPrismaticUnalignedTpl< _Scalar, _Options > | JointDerived |
typedef Eigen::Matrix< Scalar, 3, 1, _Options > | Vector3 |
![]() | |
typedef traits< JointModelPrismaticUnalignedTpl< _Scalar, _Options > >::JointDerived | JointDerived |
![]() | |
typedef traits< Derived >::Scalar | Scalar |
Public Member Functions | |
template<typename Vector3Like > | |
JointModelPrismaticUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis) | |
JointModelPrismaticUnalignedTpl (const Scalar &x, const Scalar &y, const Scalar &z) | |
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 |
int | idx_vExtended () const |
bool | isEqual (const JointModelBase< Derived > &other) const |
template<class OtherDerived > | |
bool | isEqual (const JointModelBase< OtherDerived > &) const |
bool | isEqual (const JointModelPrismaticUnalignedTpl &other) const |
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 |
![]() | |
void | calc (JointDataDerived &data, const Blank not_used, const Eigen::MatrixBase< TangentVectorType > &vs) const |
void | calc (JointDataDerived &data, const Eigen::MatrixBase< ConfigVectorType > &qs) const |
void | calc (JointDataDerived &data, const Eigen::MatrixBase< ConfigVectorType > &qs, const Eigen::MatrixBase< TangentVectorType > &vs) const |
void | calc_aba (JointDataDerived &data, const Eigen::MatrixBase< VectorLike > &armature, const Eigen::MatrixBase< Matrix6Like > &I, const bool update_I=false) const |
CastType< NewScalar, JointModelPrismaticUnalignedTpl< _Scalar, _Options > >::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 |
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 |
int | idx_vExtended () const |
int | idx_vExtended_impl () const |
bool | isEqual (const JointModelBase< JointModelPrismaticUnalignedTpl< _Scalar, _Options > > &other) const |
bool | isEqual (const JointModelBase< OtherDerived > &) const |
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. | |
SizeDepType< NV >::template BlockReturn< D >::Type | jointBlock (Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NV >::template BlockReturn< D >::ConstType | jointBlock_impl (const Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NV >::template BlockReturn< D >::Type | jointBlock_impl (Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols (Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols_impl (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols_impl (Eigen::MatrixBase< D > &A) const |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector (Eigen::MatrixBase< D > &a) const |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector_impl (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector_impl (Eigen::MatrixBase< D > &a) const |
SizeDepType< NVExtended >::template BlockReturn< D >::ConstType | jointExtendedModelBlock (const Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NVExtended >::template BlockReturn< D >::Type | jointExtendedModelBlock (Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NVExtended >::template BlockReturn< D >::ConstType | jointExtendedModelBlock_impl (const Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NVExtended >::template BlockReturn< D >::Type | jointExtendedModelBlock_impl (Eigen::MatrixBase< D > &Mat) const |
SizeDepType< NVExtended >::template ColsReturn< D >::ConstType | jointExtendedModelCols (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template ColsReturn< D >::Type | jointExtendedModelCols (Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template ColsReturn< D >::ConstType | jointExtendedModelCols_impl (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template ColsReturn< D >::Type | jointExtendedModelCols_impl (Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template RowsReturn< D >::ConstType | jointExtendedModelRows (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template RowsReturn< D >::Type | jointExtendedModelRows (Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template RowsReturn< D >::ConstType | jointExtendedModelRows_impl (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NVExtended >::template RowsReturn< D >::Type | jointExtendedModelRows_impl (Eigen::MatrixBase< D > &A) const |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | JointMappedConfigSelector (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NQ >::template SegmentReturn< D >::Type | JointMappedConfigSelector (Eigen::MatrixBase< D > &a) const |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | JointMappedConfigSelector_impl (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NQ >::template SegmentReturn< D >::Type | JointMappedConfigSelector_impl (Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | JointMappedVelocitySelector (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template SegmentReturn< D >::Type | JointMappedVelocitySelector (Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | JointMappedVelocitySelector_impl (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template SegmentReturn< D >::Type | JointMappedVelocitySelector_impl (Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template RowsReturn< D >::ConstType | jointRows (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template RowsReturn< D >::Type | jointRows (Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template RowsReturn< D >::ConstType | jointRows_impl (const Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template RowsReturn< D >::Type | jointRows_impl (Eigen::MatrixBase< D > &A) const |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector (const Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template SegmentReturn< D >::Type | jointVelocitySelector (Eigen::MatrixBase< D > &a) const |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector_impl (const Eigen::MatrixBase< D > &a) const |
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 |
int | nvExtended () const |
int | nvExtended_impl () const |
bool | operator!= (const JointModelBase< OtherDerived > &other) const |
bool | operator== (const JointModelBase< OtherDerived > &other) const |
PINOCCHIO_JOINT_TYPEDEF_TEMPLATE (JointDerived) | |
void | setIndexes (JointIndex id, int q, int v) |
void | setIndexes (JointIndex id, int q, int v, int vExtended) |
void | setIndexes_impl (JointIndex id, int q, int v, int vExtended) |
std::string | shortname () const |
Static Public Member Functions | |
static std::string | classname () |
![]() | |
static std::string | classname () |
Public Attributes | |
Vector3 | axis |
3d main axis of the joint. | |
Additional Inherited Members | |
![]() | |
JointModelBase () | |
JointModelBase (const JointModelBase &clone) | |
JointModelBase & | operator= (const JointModelBase &clone) |
![]() | |
JointIndex | i_id |
int | i_q |
int | i_v |
int | i_vExtended |
Definition at line 586 of file joint-prismatic-unaligned.hpp.
Definition at line 593 of file joint-prismatic-unaligned.hpp.
Definition at line 590 of file joint-prismatic-unaligned.hpp.
Definition at line 600 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 602 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 606 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 614 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 651 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 643 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 659 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 671 of file joint-prismatic-unaligned.hpp.
|
inline |
Definition at line 697 of file joint-prismatic-unaligned.hpp.
Definition at line 686 of file joint-prismatic-unaligned.hpp.
Definition at line 621 of file joint-prismatic-unaligned.hpp.
Definition at line 626 of file joint-prismatic-unaligned.hpp.
Definition at line 631 of file joint-prismatic-unaligned.hpp.
Definition at line 183 of file joint-model-base.hpp.
Definition at line 171 of file joint-model-base.hpp.
Definition at line 175 of file joint-model-base.hpp.
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 637 of file joint-prismatic-unaligned.hpp.
Definition at line 205 of file joint-model-base.hpp.
Definition at line 210 of file joint-model-base.hpp.
Definition at line 690 of file joint-prismatic-unaligned.hpp.
3d main axis of the joint.
Definition at line 710 of file joint-prismatic-unaligned.hpp.