-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request