
Public Member Functions | |
| BodyFrame (const pinocchio::Inertia &in) | |
Public Attributes | |
| FrameType | f_type = FrameType::BODY |
| Inertia | inertia = Inertia::Identity() |
| Spatial inertia of the body, expressed at its center of mass (CoM). | |
Definition at line 18 of file frames.hpp.
| inlineexplicit |
Definition at line 29 of file frames.hpp.
| FrameType f_type = FrameType::BODY |
Definition at line 26 of file frames.hpp.
| Inertia inertia = Inertia::Identity() |
Spatial inertia of the body, expressed at its center of mass (CoM).
Note: If the joint is reversed in the model graph, the body frame pose is kept the same in the model, so this inertia remains valid.
Definition at line 24 of file frames.hpp.