Description
Currently it is not clear whether the inertia tensor in geometry_msgs::msg::Inertia means the inertia about the center of mass, or header.frame_id (in case of the stamped version).
Motivation
Consistent use of message type across components.
Design / Implementation Considerations
I assume it should be the inertia about the center of mass as that is used by URDF (https://wiki.ros.org/urdf/XML/link)
As the of diagonal blocks have to be computed from the COM position either way, it would be strange to have it precomputed for the rotation only part.
A simple comment in the message description should be enough.
Additional Information
No response
Description
Currently it is not clear whether the inertia tensor in
geometry_msgs::msg::Inertiameans the inertia about the center of mass, orheader.frame_id(in case of the stamped version).Motivation
Consistent use of message type across components.
Design / Implementation Considerations
I assume it should be the inertia about the center of mass as that is used by URDF (https://wiki.ros.org/urdf/XML/link)
As the of diagonal blocks have to be computed from the COM position either way, it would be strange to have it precomputed for the rotation only part.
A simple comment in the message description should be enough.
Additional Information
No response