|
KDL 1.5.1
|
#include <src/rotationalinertia.hpp>
Public Member Functions | |
| RotationalInertia (double Ixx=0, double Iyy=0, double Izz=0, double Ixy=0, double Ixz=0, double Iyz=0) | |
| KDL::Vector | operator* (const KDL::Vector &omega) const |
| This function calculates the angular momentum resulting from a rotational velocity omega. | |
| ~RotationalInertia () | |
Static Public Member Functions | |
| static RotationalInertia | Zero () |
Public Attributes | |
| double | data [9] |
Friends | |
| class | RigidBodyInertia |
| RotationalInertia | operator* (double a, const RotationalInertia &I) |
| RotationalInertia | operator+ (const RotationalInertia &Ia, const RotationalInertia &Ib) |
| RigidBodyInertia | operator* (double a, const RigidBodyInertia &I) |
| Scalar product. | |
| RigidBodyInertia | operator+ (const RigidBodyInertia &Ia, const RigidBodyInertia &Ib) |
| addition | |
| Wrench | operator* (const RigidBodyInertia &I, const Twist &t) |
| calculate spatial momentum | |
| RigidBodyInertia | operator* (const Frame &T, const RigidBodyInertia &I) |
| coordinate system transform Ia = T_a_b*Ib with T_a_b the frame from a to b | |
| RigidBodyInertia | operator* (const Rotation &R, const RigidBodyInertia &I) |
| base frame orientation change Ia = R_a_b*Ib with R_a_b the rotation for frame from a to b | |
|
explicit |
| KDL::RotationalInertia::~RotationalInertia | ( | ) |
| Vector KDL::RotationalInertia::operator* | ( | const KDL::Vector & | omega | ) | const |
This function calculates the angular momentum resulting from a rotational velocity omega.
References data, and KDL::Vector::data.
|
inlinestatic |
References RotationalInertia().
Referenced by KDL::RigidBodyInertia::Zero().
|
friend |
coordinate system transform Ia = T_a_b*Ib with T_a_b the frame from a to b
|
friend |
calculate spatial momentum
|
friend |
base frame orientation change Ia = R_a_b*Ib with R_a_b the rotation for frame from a to b
|
friend |
Scalar product.
|
friend |
References data, and RotationalInertia().
|
friend |
addition
|
friend |
References data, and RotationalInertia().
|
friend |
References RigidBodyInertia.
Referenced by RigidBodyInertia.
| double KDL::RotationalInertia::data[9] |