pinocchio  3.9.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
Loading...
Searching...
No Matches
JointMotionSubspaceTranslationTpl< _Scalar, _Options > Struct Template Reference
Inheritance diagram for JointMotionSubspaceTranslationTpl< _Scalar, _Options >:
Collaboration diagram for JointMotionSubspaceTranslationTpl< _Scalar, _Options >:

Classes

struct  ConstraintTranspose

Public Types

enum  { NV = 3 }
Public Types inherited from NumericalBase< JointMotionSubspaceTranslationTpl< _Scalar, _Options > >
typedef traits< JointMotionSubspaceTranslationTpl< _Scalar, _Options > >::Scalar Scalar

Public Member Functions

template<typename Vector3Like>
JointMotion __mult__ (const Eigen::MatrixBase< Vector3Like > &v) const
bool isEqual (const JointMotionSubspaceTranslationTpl &) const
DenseBase matrix_impl () const
template<typename MotionDerived>
DenseBase motionAction (const MotionDense< MotionDerived > &m) const
int nv_impl () const
template<typename S1, int O1>
Eigen::Matrix< S1, 6, 3, O1 > se3Action (const SE3Tpl< S1, O1 > &m) const
template<typename S1, int O1>
Eigen::Matrix< S1, 6, 3, O1 > se3ActionInverse (const SE3Tpl< S1, O1 > &m) const
ConstraintTranspose transpose () const
Public Member Functions inherited from JointMotionSubspaceBase< JointMotionSubspaceTranslationTpl< _Scalar, _Options > >
int cols () const
JointMotionSubspaceTranslationTpl< _Scalar, _Options > & derived ()
void disp (std::ostream &os) const
bool isApprox (const JointMotionSubspaceBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
MatrixReturnType matrix ()
MotionAlgebraAction< JointMotionSubspaceTranslationTpl< _Scalar, _Options >, MotionDerived >::ReturnType motionAction (const MotionDense< MotionDerived > &v) const
int nv () const
JointMotion operator* (const Eigen::MatrixBase< VectorLike > &vj) const
bool operator== (const JointMotionSubspaceBase< JointMotionSubspaceTranslationTpl< _Scalar, _Options > > &other) const
SE3GroupAction< JointMotionSubspaceTranslationTpl< _Scalar, _Options > >::ReturnType se3Action (const SE3Tpl< Scalar, Options > &m) const
SE3GroupAction< JointMotionSubspaceTranslationTpl< _Scalar, _Options > >::ReturnType se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const

Additional Inherited Members

Static Public Member Functions inherited from JointMotionSubspaceBase< JointMotionSubspaceTranslationTpl< _Scalar, _Options > >
static int rows ()

Detailed Description

template<typename _Scalar, int _Options>
struct pinocchio::JointMotionSubspaceTranslationTpl< _Scalar, _Options >

Definition at line 322 of file joint-translation.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename _Scalar, int _Options>
anonymous enum

Definition at line 329 of file joint-translation.hpp.

Constructor & Destructor Documentation

◆ JointMotionSubspaceTranslationTpl()

template<typename _Scalar, int _Options>
JointMotionSubspaceTranslationTpl()
inline

Definition at line 334 of file joint-translation.hpp.

Member Function Documentation

◆ __mult__()

template<typename _Scalar, int _Options>
template<typename Vector3Like>
JointMotion __mult__(const Eigen::MatrixBase< Vector3Like > &v)const
inline

Definition at line 343 of file joint-translation.hpp.

◆ isEqual()

template<typename _Scalar, int _Options>
bool isEqual(const JointMotionSubspaceTranslationTpl< _Scalar, _Options > &)const
inline

Definition at line 424 of file joint-translation.hpp.

◆ matrix_impl()

template<typename _Scalar, int _Options>
DenseBase matrix_impl()const
inline

Definition at line 384 of file joint-translation.hpp.

◆ motionAction()

template<typename _Scalar, int _Options>
template<typename MotionDerived>
DenseBase motionAction(const MotionDense< MotionDerived > &m)const
inline

Definition at line 413 of file joint-translation.hpp.

◆ nv_impl()

template<typename _Scalar, int _Options>
int nv_impl()const
inline

Definition at line 349 of file joint-translation.hpp.

◆ se3Action()

template<typename _Scalar, int _Options>
template<typename S1, int O1>
Eigen::Matrix< S1, 6, 3, O1 > se3Action(const SE3Tpl< S1, O1 > &m)const
inline

Definition at line 393 of file joint-translation.hpp.

◆ se3ActionInverse()

template<typename _Scalar, int _Options>
template<typename S1, int O1>
Eigen::Matrix< S1, 6, 3, O1 > se3ActionInverse(const SE3Tpl< S1, O1 > &m)const
inline

Definition at line 403 of file joint-translation.hpp.

◆ transpose()

template<typename _Scalar, int _Options>
ConstraintTranspose transpose()const
inline

Definition at line 379 of file joint-translation.hpp.


The documentation for this struct was generated from the following file: