|
1 | 1 | ## Gazebo Sim 9.x
|
2 | 2 |
|
| 3 | +### Gazebo Sim 9.4.0 (2025-09-05) |
| 4 | + |
| 5 | +1. Fix crash when setting debug visualization mode while gi is disabled (backport #3059) |
| 6 | + * [Pull request #3072](https://github.com/gazebosim/gz-sim/pull/3072) |
| 7 | + |
| 8 | +1. Fix crash and synchronize gui when disabling gi with active debug visualization mode (backport #3062) |
| 9 | + * [Pull request #3067](https://github.com/gazebosim/gz-sim/pull/3067) |
| 10 | + |
| 11 | +1. Add Null Check for Scene Initialization in onRefreshCamerasImpl to Prevent Crash (backport #3051) |
| 12 | + * [Pull request #3063](https://github.com/gazebosim/gz-sim/pull/3063) |
| 13 | + |
| 14 | +1. Update GUI Runner initial state request timing |
| 15 | + * [Pull request #3046](https://github.com/gazebosim/gz-sim/pull/3046) |
| 16 | + |
| 17 | +1. Add param in physics system to enforce fixed constraint |
| 18 | + * [Pull request #2984](https://github.com/gazebosim/gz-sim/pull/2984) |
| 19 | + |
| 20 | +1. Revert "Fix crash when calling setPose service on static and nolink entity (#2988)" |
| 21 | + * [Pull request #3032](https://github.com/gazebosim/gz-sim/pull/3032) |
| 22 | + |
| 23 | +1. Fix crash when calling setPose service on static and nolink entity |
| 24 | + * [Pull request #2988](https://github.com/gazebosim/gz-sim/pull/2988) |
| 25 | + |
| 26 | +1. JointController: supported nested joints |
| 27 | + * [Pull request #2979](https://github.com/gazebosim/gz-sim/pull/2979) |
| 28 | + |
| 29 | +1. Update our usage of workerpools |
| 30 | + * [Pull request #2995](https://github.com/gazebosim/gz-sim/pull/2995) |
| 31 | + |
| 32 | +1. Assign new gz-sim maintainer |
| 33 | + * [Pull request #3014](https://github.com/gazebosim/gz-sim/pull/3014) |
| 34 | + |
| 35 | +1. Add support for loading physics engine plugins from static plugin registry |
| 36 | + * [Pull request #2991](https://github.com/gazebosim/gz-sim/pull/2991) |
| 37 | + |
| 38 | +1. reset_sensors.cc: fix syntax in Stop |
| 39 | + * [Pull request #3000](https://github.com/gazebosim/gz-sim/pull/3000) |
| 40 | + |
| 41 | +1. Prevent crash in ApplyForceTorque plugin |
| 42 | + * [Pull request #2987](https://github.com/gazebosim/gz-sim/pull/2987) |
| 43 | + |
| 44 | +1. Fix crash caused by moving ground_plane |
| 45 | + * [Pull request #2980](https://github.com/gazebosim/gz-sim/pull/2980) |
| 46 | + |
| 47 | +1. Prevent crash in OpticalTactilePlugin by checking contact data validity after world reset |
| 48 | + * [Pull request #2978](https://github.com/gazebosim/gz-sim/pull/2978) |
| 49 | + |
3 | 50 | ### Gazebo Sim 9.3.0 (2025-07-11)
|
4 | 51 |
|
5 | 52 | 1. JointController: allow braking to be disabled in force mode
|
|
0 commit comments