Skip to content

Commit

Permalink
Clarify that mesh inertial data is not computed
Browse files Browse the repository at this point in the history
Update doc-string for `gz sdf --print --expand-auto-inertials`
to clarify that mesh inertial data is not computed.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed May 24, 2024
1 parent a69d819 commit f32393b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/cmdsdformat.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ COMMANDS = { 'sdf' =>
" rotational part of poses and unit vectors will be normalized.\n" +
" -i [ --preserve-includes ] Preserve included tags when printing converted arg (does not preserve merge-includes).\n" +
" --degrees Pose rotation angles are printed in degrees.\n" +
" --expand-auto-inertials Prints auto-computed inertial values.\n" +
" --expand-auto-inertials Prints auto-computed inertial values for simple shapes. For meshes and other unsupported\n" +
" shapes, the default inertial values will be printed.\n" +
" --snap-to-degrees arg Snap pose rotation angles to this specified interval in degrees. This value must be\n" +
" larger than 0, less than or equal to 360, and larger than the defined snap tolerance.\n" +
" --snap-tolerance arg Used in conjunction with --snap-to-degrees, specifies the tolerance at which snapping\n" +
Expand Down

0 comments on commit f32393b

Please sign in to comment.