#include <inertia.hpp>
Public Member Functions | |
Derived & | const_cast_derived () const |
Derived & | derived () |
const Derived & | derived () const |
void | disp (std::ostream &os) const |
Symmetric3 & | inertia () |
const Symmetric3 & | inertia () const |
Matrix6 | inverse () const |
template<typename Matrix6Like > | |
void | inverse (const Eigen::MatrixBase< Matrix6Like > &mat) const |
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 |
template<typename MotionDerived > | |
Matrix6 | ivx (const MotionDense< MotionDerived > &v) const |
Vector3 & | lever () |
const Vector3 & | lever () const |
Scalar & | mass () |
Scalar | mass () const |
Matrix6 | matrix () const |
template<typename Matrix6Like > | |
void | matrix (const Eigen::MatrixBase< Matrix6Like > &mat) const |
operator Matrix6 () const | |
bool | operator!= (const Derived &other) const |
template<typename MotionDerived > | |
ForceTpl< typename traits< MotionDerived >::Scalar, traits< MotionDerived >::Options > | operator* (const MotionDense< MotionDerived > &v) const |
Derived | operator+ (const Derived &Yb) const |
Derived & | operator+= (const Derived &Yb) |
Derived | operator- (const Derived &Yb) const |
Derived & | operator-= (const Derived &Yb) |
Derived & | operator= (const Derived &clone) |
bool | operator== (const Derived &other) const |
template<typename S2 , int O2> | |
Derived | se3Action (const SE3Tpl< S2, O2 > &M) const |
aI = aXb.act(bI) More... | |
template<typename S2 , int O2> | |
Derived | se3ActionInverse (const SE3Tpl< S2, O2 > &M) const |
bI = aXb.actInv(aI) More... | |
void | setIdentity () |
void | setRandom () |
void | setZero () |
SPATIAL_TYPEDEF_TEMPLATE (Derived) | |
template<typename MotionDerived > | |
Matrix6 | variation (const MotionDense< MotionDerived > &v) const |
template<typename MotionDerived > | |
Scalar | vtiv (const MotionDense< MotionDerived > &v) const |
template<typename MotionDerived > | |
Matrix6 | vxi (const MotionDense< MotionDerived > &v) const |
Static Public Member Functions | |
template<typename MotionDerived , typename M6 > | |
static void | ivx (const MotionDense< MotionDerived > &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 MotionDerived , typename M6 > | |
static void | vxi (const MotionDense< MotionDerived > &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... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const InertiaBase< Derived > &X) |
Additional Inherited Members | |
Public Types inherited from pinocchio::NumericalBase< Derived > | |
typedef traits< Derived >::Scalar | Scalar |
Definition at line 18 of file spatial/inertia.hpp.
|
inline |
Definition at line 31 of file spatial/inertia.hpp.
|
inline |
Definition at line 22 of file spatial/inertia.hpp.
|
inline |
Definition at line 26 of file spatial/inertia.hpp.
|
inline |
Definition at line 221 of file spatial/inertia.hpp.
|
inline |
Definition at line 56 of file spatial/inertia.hpp.
|
inline |
Definition at line 52 of file spatial/inertia.hpp.
|
inline |
Definition at line 80 of file spatial/inertia.hpp.
|
inline |
Definition at line 76 of file spatial/inertia.hpp.
|
inline |
Definition at line 195 of file spatial/inertia.hpp.
|
inline |
Definition at line 202 of file spatial/inertia.hpp.
|
inline |
Definition at line 175 of file 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 168 of file spatial/inertia.hpp.
|
inline |
Definition at line 48 of file spatial/inertia.hpp.
|
inline |
Definition at line 44 of file spatial/inertia.hpp.
|
inline |
Definition at line 40 of file spatial/inertia.hpp.
|
inline |
Definition at line 36 of file spatial/inertia.hpp.
|
inline |
Definition at line 66 of file spatial/inertia.hpp.
|
inline |
Definition at line 62 of file spatial/inertia.hpp.
|
inline |
Definition at line 70 of file spatial/inertia.hpp.
|
inline |
Definition at line 93 of file spatial/inertia.hpp.
|
inline |
Definition at line 117 of file spatial/inertia.hpp.
|
inline |
Definition at line 102 of file spatial/inertia.hpp.
|
inline |
Definition at line 98 of file spatial/inertia.hpp.
|
inline |
Definition at line 110 of file spatial/inertia.hpp.
|
inline |
Definition at line 106 of file spatial/inertia.hpp.
|
inline |
Definition at line 85 of file spatial/inertia.hpp.
|
inline |
Definition at line 89 of file spatial/inertia.hpp.
|
inline |
aI = aXb.act(bI)
Definition at line 209 of file spatial/inertia.hpp.
|
inline |
bI = aXb.actInv(aI)
Definition at line 216 of file spatial/inertia.hpp.
|
inline |
Definition at line 186 of file spatial/inertia.hpp.
|
inline |
Definition at line 190 of file spatial/inertia.hpp.
|
inline |
Definition at line 182 of file spatial/inertia.hpp.
pinocchio::InertiaBase< Derived >::SPATIAL_TYPEDEF_TEMPLATE | ( | Derived | ) |
|
inline |
Definition at line 129 of file spatial/inertia.hpp.
|
inline |
Definition at line 123 of file spatial/inertia.hpp.
|
inline |
Definition at line 151 of file 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 144 of file spatial/inertia.hpp.
|
friend |
Definition at line 225 of file spatial/inertia.hpp.