You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the gz sdf --inertial-stats command can parse SDFormat files containing a single model and print aggregate inertial statistics (total mass, aggregate center of mass and moment of inertia matrix), but it fails when trying to load an SDFormat world file with Error: Expected a model file but received a world file.
It would be convenient to parse a world file and print the inertial stats for each model contained in the world along with the name of the model.
Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered:
Desired behavior
Currently the
gz sdf --inertial-stats
command can parse SDFormat files containing a single model and print aggregate inertial statistics (total mass, aggregate center of mass and moment of inertia matrix), but it fails when trying to load an SDFormat world file withError: Expected a model file but received a world file.
It would be convenient to parse a world file and print the inertial stats for each model contained in the world along with the name of the model.
Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered: