File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ forward programmatically.
12
12
This document aims to contain similar information to those files
13
13
but with improved human-readability..
14
14
15
+
16
+ ## libsdformat 15.1.1 to 15.2.0
17
+
18
+ 1 . Auto-inertia computation now takes into account the mass if specified.
19
+ Previously when auto-inertia is set to true, mass is ignored and the inertia
20
+ matrix is computed based on the collision densities. The new behavior is that
21
+ if mass is specified, the inertial values will be computed to preserve the
22
+ specified mass. The is done by first resolving the inertia from all
23
+ collisions using density as usual, it is then normalized to get unit inertia,
24
+ and finally the unit inertia is scaled so that the resulting mass matches the
25
+ specified mass.
26
+
15
27
## libsdformat 14.x to 15.x
16
28
17
29
### Additions
You can’t perform that action at this time.
0 commit comments