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
Ensured correct mass is set during MoI matrix generation from bounding object #4906 (#6048)
* ensured correct mass is set during I matrix generation from bounding box
* ensured correct mass is set during I matrix generation from bounding box
* code refactoring #4906
* Update changelog-r2023.md
logging fix for bug #4906
* Update src/webots/nodes/WbSolid.cpp
Co-authored-by: Stefania Pedrazzi <[email protected]>
* removing unused constant
* refactoring of reference density in WbSolid.cpp
* adjusted changes for clang format
* Update docs/reference/changelog-r2023.md
Co-authored-by: Stefania Pedrazzi <[email protected]>
---------
Co-authored-by: Olivier Michel <[email protected]>
Co-authored-by: Stefania Pedrazzi <[email protected]>
Copy file name to clipboardExpand all lines: docs/reference/changelog-r2023.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Released on ??
54
54
- Fixed unwanted altitude change when reaching a target waypoint in `mavic2pro_patrol.c` ([#5981](https://github.com/cyberbotics/webots/pull/5981)).
55
55
- Fixed the extern controller connection to a target Webots instance when a snap one is running ([#6002](https://github.com/cyberbotics/webots/pull/6002)).
56
56
- Fixed the double downloading of meshes ([#6034](https://github.com/cyberbotics/webots/pull/6034)).
57
+
- Fixed generation of moment of inertia matrix based on bounding box ([#6048](https://github.com/cyberbotics/webots/pull/6048)).
57
58
- Fixed the loading of remote mesh bounding objects ([#6047](https://github.com/cyberbotics/webots/pull/6047)).
0 commit comments