Skip to content

Commit d31ee17

Browse files
committed
Prepare for 9.4.0 release
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 07d8905 commit d31ee17

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-sim9 VERSION 9.3.0)
6+
project(gz-sim9 VERSION 9.4.0)
77
set (GZ_DISTRIBUTION "Ionic")
88

99
#============================================================================

Changelog.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
## Gazebo Sim 9.x
22

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+
350
### Gazebo Sim 9.3.0 (2025-07-11)
451

552
1. JointController: allow braking to be disabled in force mode

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-sim9</name>
5-
<version>9.3.0</version>
5+
<version>9.4.0</version>
66
<description>Gazebo Sim : A Robotic Simulator</description>
77
<maintainer email="mjcarroll@intrinsic.ai">Michael Carroll</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)