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

Public Member Functions

template<typename Vector3Like>
 MotionTranslationTpl (const Eigen::MatrixBase< Vector3Like > &v)
 MotionTranslationTpl (const MotionTranslationTpl &other)
template<typename Derived>
void addTo (MotionDense< Derived > &other) const
bool isEqual_impl (const MotionTranslationTpl &other) const
Vector3linear ()
const Vector3linear () const
 MOTION_TYPEDEF_TPL (MotionTranslationTpl)
template<typename M1>
MotionPlain motionAction (const MotionDense< M1 > &v) const
template<typename M1, typename M2>
void motionAction (const MotionDense< M1 > &v, MotionDense< M2 > &mout) const
Vector3operator() ()
const Vector3operator() () const
MotionTranslationTploperator= (const MotionTranslationTpl &other)
PlainReturnType plain () const
template<typename S2, int O2>
MotionPlain se3Action_impl (const SE3Tpl< S2, O2 > &m) const
template<typename S2, int O2, typename D2>
void se3Action_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const
template<typename S2, int O2>
MotionPlain se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m) const
template<typename S2, int O2, typename D2>
void se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const
template<typename Derived>
void setTo (MotionDense< Derived > &other) const
Public Member Functions inherited from MotionBase< MotionTranslationTpl< _Scalar, _Options > >
ConstAngularType angular () const
MotionTranslationTpl< _Scalar, _Options > & const_cast_derived () const
MotionAlgebraAction< OtherSpatialType, MotionTranslationTpl< _Scalar, _Options > >::ReturnType cross (const OtherSpatialType &d) const
MotionTranslationTpl< _Scalar, _Options > & derived ()
void disp (std::ostream &os) const
Scalar dot (const ForceDense< ForceDerived > &f) const
bool isApprox (const MotionTranslationTpl< _Scalar, _Options > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
bool isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
ConstLinearType linear () const
 MOTION_TYPEDEF_TPL (MotionTranslationTpl< _Scalar, _Options >)
 operator Matrix6 () const
 operator PlainReturnType () const
 operator Vector6 () const
bool operator!= (const MotionBase< M2 > &other) const
internal::RHSScalarMultiplication< MotionTranslationTpl< _Scalar, _Options >, OtherScalar >::ReturnType operator* (const OtherScalar &alpha) const
MotionTranslationTpl< _Scalar, _Options > operator+ (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v) const
MotionTranslationTpl< _Scalar, _Options > & operator+= (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v)
MotionTranslationTpl< _Scalar, _Options > operator- () const
MotionTranslationTpl< _Scalar, _Options > & operator-= (const MotionBase< MotionTranslationTpl< _Scalar, _Options > > &v)
MotionTranslationTpl< _Scalar, _Options > operator/ (const OtherScalar &alpha) const
bool operator== (const MotionBase< M2 > &other) const
PlainReturnType plain () const
SE3GroupAction< MotionTranslationTpl< _Scalar, _Options > >::ReturnType se3Action (const SE3Tpl< S2, O2 > &m) const
SE3GroupAction< MotionTranslationTpl< _Scalar, _Options > >::ReturnType se3ActionInverse (const SE3Tpl< S2, O2 > &m) const
void setZero ()
ActionMatrixType toActionMatrix () const
ActionMatrixType toDualActionMatrix () const
HomogeneousMatrixType toHomogeneousMatrix () const
 The homogeneous representation of the motion vector $ \xi $.
ToVectorConstReturnType toVector () const

Protected Attributes

Vector3 m_v

Detailed Description

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

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

Constructor & Destructor Documentation

◆ MotionTranslationTpl() [1/3]

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

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

◆ MotionTranslationTpl() [2/3]

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

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

◆ MotionTranslationTpl() [3/3]

template<typename _Scalar, int _Options>
MotionTranslationTpl(const MotionTranslationTpl< _Scalar, _Options > &other)
inline

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

Member Function Documentation

◆ addTo()

template<typename _Scalar, int _Options>
template<typename Derived>
void addTo(MotionDense< Derived > &other)const
inline

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

◆ isEqual_impl()

template<typename _Scalar, int _Options>
bool isEqual_impl(const MotionTranslationTpl< _Scalar, _Options > &other)const
inline

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

◆ linear() [1/2]

template<typename _Scalar, int _Options>
Vector3 & linear()
inline

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

◆ linear() [2/2]

template<typename _Scalar, int _Options>
const Vector3 & linear()const
inline

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

◆ motionAction() [1/2]

template<typename _Scalar, int _Options>
template<typename M1>
MotionPlain motionAction(const MotionDense< M1 > &v)const
inline

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

◆ motionAction() [2/2]

template<typename _Scalar, int _Options>
template<typename M1, typename M2>
void motionAction(const MotionDense< M1 > &v,
MotionDense< M2 > &mout ) const
inline

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

◆ operator()() [1/2]

template<typename _Scalar, int _Options>
Vector3 & operator()()
inline

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

◆ operator()() [2/2]

template<typename _Scalar, int _Options>
const Vector3 & operator()()const
inline

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

◆ operator=()

template<typename _Scalar, int _Options>
MotionTranslationTpl & operator=(const MotionTranslationTpl< _Scalar, _Options > &other)
inline

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

◆ plain()

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

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

◆ se3Action_impl() [1/2]

template<typename _Scalar, int _Options>
template<typename S2, int O2>
MotionPlain se3Action_impl(const SE3Tpl< S2, O2 > &m)const
inline

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

◆ se3Action_impl() [2/2]

template<typename _Scalar, int _Options>
template<typename S2, int O2, typename D2>
void se3Action_impl(const SE3Tpl< S2, O2 > &m,
MotionDense< D2 > &v ) const
inline

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

◆ se3ActionInverse_impl() [1/2]

template<typename _Scalar, int _Options>
template<typename S2, int O2>
MotionPlain se3ActionInverse_impl(const SE3Tpl< S2, O2 > &m)const
inline

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

◆ se3ActionInverse_impl() [2/2]

template<typename _Scalar, int _Options>
template<typename S2, int O2, typename D2>
void se3ActionInverse_impl(const SE3Tpl< S2, O2 > &m,
MotionDense< D2 > &v ) const
inline

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

◆ setTo()

template<typename _Scalar, int _Options>
template<typename Derived>
void setTo(MotionDense< Derived > &other)const
inline

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

Member Data Documentation

◆ m_v

template<typename _Scalar, int _Options>
Vector3 m_v
protected

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


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