#include <inertia.hpp>
Public Member Functions | |
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) More... | |
Derived_t | se3ActionInverse (const SE3 &M) const |
bI = aXb.actInv(aI) More... | |
void | setIdentity () |
void | setRandom () |
void | setZero () |
Matrix6 | variation (const Motion &v) const |
Scalar | vtiv (const Motion &v) const |
Matrix6 | vxi (const Motion &v) const |
Static Public Member Functions | |
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 . 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 . More... | |
Protected Types | |
typedef Derived | Derived_t |
Protected Member Functions | |
SPATIAL_TYPEDEF_TEMPLATE (Derived_t) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const InertiaBase< Derived_t > &X) |
Definition at line 21 of file src/spatial/inertia.hpp.
|
protected |
Definition at line 25 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 29 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 30 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 115 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 36 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 37 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 103 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 106 of file src/spatial/inertia.hpp.
|
inlinestatic |
Time variation operator. It computes the time derivative of an inertia I corresponding to the formula .
[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 src/spatial/inertia.hpp.
|
inline |
Definition at line 92 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 34 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 35 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 32 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 33 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 39 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 40 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 44 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 51 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 47 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 46 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 42 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 43 of file src/spatial/inertia.hpp.
|
inline |
aI = aXb.act(bI)
Definition at line 110 of file src/spatial/inertia.hpp.
|
inline |
bI = aXb.actInv(aI)
Definition at line 113 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 100 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 101 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 99 of file src/spatial/inertia.hpp.
|
protected |
|
inline |
Definition at line 55 of file src/spatial/inertia.hpp.
|
inline |
Definition at line 54 of file src/spatial/inertia.hpp.
|
inlinestatic |
Time variation operator. It computes the time derivative of an inertia I corresponding to the formula .
[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 src/spatial/inertia.hpp.
|
inline |
Definition at line 71 of file src/spatial/inertia.hpp.
|
friend |
Definition at line 116 of file src/spatial/inertia.hpp.