|
Derived_t & | derived () |
|
const Derived_t & | derived () const |
|
void | disp (std::ostream &os) const |
|
const Symmetric3 & | inertia () const |
|
Symmetric3 & | inertia () |
|
bool | isApprox (const Derived &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
bool | isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
|
Matrix6 | ivx (const Motion &v) const |
|
const Vector3 & | lever () const |
|
Vector3 & | lever () |
|
Scalar | mass () const |
|
Scalar & | mass () |
|
Matrix6 | matrix () const |
|
| operator Matrix6 () const |
|
bool | operator!= (const Derived_t &other) const |
|
template<typename MotionDerived > |
ForceTpl< typename traits< MotionDerived >::Scalar, traits< MotionDerived >::Options > | operator* (const MotionDense< MotionDerived > &v) const |
|
Derived_t | operator+ (const Derived_t &Yb) const |
|
Derived_t & | operator+= (const Derived_t &Yb) |
|
Derived_t & | operator= (const Derived_t &clone) |
|
bool | operator== (const Derived_t &other) const |
|
Derived_t | se3Action (const SE3 &M) const |
| aI = aXb.act(bI)
|
|
Derived_t | se3ActionInverse (const SE3 &M) const |
| bI = aXb.actInv(aI)
|
|
void | setIdentity () |
|
void | setRandom () |
|
void | setZero () |
|
Matrix6 | variation (const Motion &v) const |
|
Scalar | vtiv (const Motion &v) const |
|
Matrix6 | vxi (const Motion &v) const |
|
|
template<typename M6 > |
static void | ivx (const Motion &v, const Derived &I, const Eigen::MatrixBase< M6 > &Iout) |
| Time variation operator. It computes the time derivative of an inertia I corresponding to the formula \( \dot{I} = v \times^{*} I \). More...
|
|
template<typename M6 > |
static void | vxi (const Motion &v, const Derived &I, const Eigen::MatrixBase< M6 > &Iout) |
| Time variation operator. It computes the time derivative of an inertia I corresponding to the formula \( \dot{I} = v \times^{*} I \). More...
|
|
|
typedef Derived | Derived_t |
|
|
| SPATIAL_TYPEDEF_TEMPLATE (Derived_t) |
|
|
std::ostream & | operator<< (std::ostream &os, const InertiaBase< Derived_t > &X) |
|
template<class Derived>
class pinocchio::InertiaBase< Derived >
Definition at line 21 of file inertia.hpp.
◆ ivx()
static void ivx |
( |
const Motion & |
v, |
|
|
const Derived & |
I, |
|
|
const Eigen::MatrixBase< M6 > & |
Iout |
|
) |
| |
|
inlinestatic |
Time variation operator. It computes the time derivative of an inertia I corresponding to the formula \( \dot{I} = v \times^{*} I \).
- Parameters
-
[in] | v | The spatial velocity of the frame supporting the inertia. |
[in] | I | The spatial inertia in motion. |
[out] | Iout | The time derivative of the inertia I. |
Definition at line 86 of file inertia.hpp.
◆ vxi()
static void vxi |
( |
const Motion & |
v, |
|
|
const Derived & |
I, |
|
|
const Eigen::MatrixBase< M6 > & |
Iout |
|
) |
| |
|
inlinestatic |
Time variation operator. It computes the time derivative of an inertia I corresponding to the formula \( \dot{I} = v \times^{*} I \).
- Parameters
-
[in] | v | The spatial velocity of the frame supporting the inertia. |
[in] | I | The spatial inertia in motion. |
[out] | Iout | The time derivative of the inertia I. |
Definition at line 65 of file inertia.hpp.
The documentation for this class was generated from the following file: