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

Public Member Functions

template<typename Vector3Like , typename OtherScalar >
 MotionRevoluteUnalignedTpl (const Eigen::MatrixBase< Vector3Like > &axis, const OtherScalar &w)
 
template<typename OtherScalar >
MotionRevoluteUnalignedTpl __mult__ (const OtherScalar &alpha) const
 
template<typename MotionDerived >
void addTo (MotionDense< MotionDerived > &v) const
 
Scalar & angularRate ()
 
const Scalar & angularRate () const
 
Vector3 & axis ()
 
const Vector3 & axis () const
 
bool isEqual_impl (const MotionRevoluteUnalignedTpl &other) const
 
 MOTION_TYPEDEF_TPL (MotionRevoluteUnalignedTpl)
 
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
 
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< MotionRevoluteUnalignedTpl< _Scalar, _Options > >
AngularType angular ()
 
ConstAngularType angular () const
 
void angular (const Eigen::MatrixBase< V3Like > &w)
 
MotionRevoluteUnalignedTpl< _Scalar, _Options > & const_cast_derived () const
 
MotionAlgebraAction< OtherSpatialType, MotionRevoluteUnalignedTpl< _Scalar, _Options > >::ReturnType cross (const OtherSpatialType &d) const
 
MotionRevoluteUnalignedTpl< _Scalar, _Options > & derived ()
 
const MotionRevoluteUnalignedTpl< _Scalar, _Options > & derived () const
 
void disp (std::ostream &os) const
 
Scalar dot (const ForceDense< ForceDerived > &f) const
 
bool isApprox (const MotionRevoluteUnalignedTpl< _Scalar, _Options > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
LinearType linear ()
 
ConstLinearType linear () const
 
void linear (const Eigen::MatrixBase< V3Like > &v)
 
 MOTION_TYPEDEF_TPL (MotionRevoluteUnalignedTpl< _Scalar, _Options >)
 
 operator Matrix6 () const
 
 operator PlainReturnType () const
 
 operator Vector6 () const
 
bool operator!= (const MotionBase< M2 > &other) const
 
internal::RHSScalarMultiplication< MotionRevoluteUnalignedTpl< _Scalar, _Options >, OtherScalar >::ReturnType operator* (const OtherScalar &alpha) const
 
MotionRevoluteUnalignedTpl< _Scalar, _Optionsoperator+ (const MotionBase< MotionRevoluteUnalignedTpl< _Scalar, _Options > > &v) const
 
MotionRevoluteUnalignedTpl< _Scalar, _Options > & operator+= (const MotionBase< MotionRevoluteUnalignedTpl< _Scalar, _Options > > &v)
 
MotionRevoluteUnalignedTpl< _Scalar, _Optionsoperator- () const
 
MotionRevoluteUnalignedTpl< _Scalar, _Optionsoperator- (const MotionBase< MotionRevoluteUnalignedTpl< _Scalar, _Options > > &v) const
 
MotionRevoluteUnalignedTpl< _Scalar, _Options > & operator-= (const MotionBase< MotionRevoluteUnalignedTpl< _Scalar, _Options > > &v)
 
MotionRevoluteUnalignedTpl< _Scalar, _Optionsoperator/ (const OtherScalar &alpha) const
 
bool operator== (const MotionBase< M2 > &other) const
 
PlainReturnType plain () const
 
SE3GroupAction< MotionRevoluteUnalignedTpl< _Scalar, _Options > >::ReturnType se3Action (const SE3Tpl< S2, O2 > &m) const
 
SE3GroupAction< MotionRevoluteUnalignedTpl< _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 \).
 
ToVectorReturnType toVector ()
 
ToVectorConstReturnType toVector () const
 

Protected Attributes

Vector3 m_axis
 
Scalar m_w
 

Detailed Description

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

Definition at line 66 of file joint-revolute-unaligned.hpp.

Constructor & Destructor Documentation

◆ MotionRevoluteUnalignedTpl() [1/2]

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

Definition at line 71 of file joint-revolute-unaligned.hpp.

◆ MotionRevoluteUnalignedTpl() [2/2]

template<typename _Scalar , int _Options>
template<typename Vector3Like , typename OtherScalar >
MotionRevoluteUnalignedTpl ( const Eigen::MatrixBase< Vector3Like > &  axis,
const OtherScalar w 
)
inline

Definition at line 76 of file joint-revolute-unaligned.hpp.

Member Function Documentation

◆ __mult__()

template<typename _Scalar , int _Options>
template<typename OtherScalar >
MotionRevoluteUnalignedTpl __mult__ ( const OtherScalar alpha) const
inline

Definition at line 88 of file joint-revolute-unaligned.hpp.

◆ addTo()

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

Definition at line 94 of file joint-revolute-unaligned.hpp.

◆ angularRate() [1/2]

template<typename _Scalar , int _Options>
Scalar & angularRate ( )
inline

Definition at line 177 of file joint-revolute-unaligned.hpp.

◆ angularRate() [2/2]

template<typename _Scalar , int _Options>
const Scalar & angularRate ( ) const
inline

Definition at line 173 of file joint-revolute-unaligned.hpp.

◆ axis() [1/2]

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

Definition at line 186 of file joint-revolute-unaligned.hpp.

◆ axis() [2/2]

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

Definition at line 182 of file joint-revolute-unaligned.hpp.

◆ isEqual_impl()

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

Definition at line 167 of file joint-revolute-unaligned.hpp.

◆ motionAction() [1/2]

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

Definition at line 160 of file joint-revolute-unaligned.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 148 of file joint-revolute-unaligned.hpp.

◆ plain()

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

Definition at line 82 of file joint-revolute-unaligned.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 117 of file joint-revolute-unaligned.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 107 of file joint-revolute-unaligned.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 140 of file joint-revolute-unaligned.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 125 of file joint-revolute-unaligned.hpp.

◆ setTo()

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

Definition at line 100 of file joint-revolute-unaligned.hpp.

Member Data Documentation

◆ m_axis

template<typename _Scalar , int _Options>
Vector3 m_axis
protected

Definition at line 192 of file joint-revolute-unaligned.hpp.

◆ m_w

template<typename _Scalar , int _Options>
Scalar m_w
protected

Definition at line 193 of file joint-revolute-unaligned.hpp.


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