Skip to content

Commit a54aee3

Browse files
authored
Update changelog for 10.0.0 (#3038)
* Update changelog for 10.0.0 Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Address reviewer feedback Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> --------- Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent c495292 commit a54aee3

File tree

1 file changed

+172
-1
lines changed

1 file changed

+172
-1
lines changed

Changelog.md

Lines changed: 172 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,177 @@
11
## Gazebo Sim 10.x
22

3-
### Gazebo Sim 10.0.0 (20XX-XX-XX)
3+
### Gazebo Sim 10.0.0 (2025-09-30)
4+
5+
1. **Baseline:** this includes all changes from 9.3.0 and earlier.
6+
7+
1. Parallel asset download
8+
* [Pull request #2992](https://github.com/gazebosim/gz-sim/pull/2992)
9+
10+
1. Adds a system which enables exporting occupancy grids.
11+
* [Pull request #2958](https://github.com/gazebosim/gz-sim/pull/2958)
12+
13+
1. Add EntitySemantics system that enables setting categories and tags
14+
* [Pull request #3005](https://github.com/gazebosim/gz-sim/pull/3005)
15+
16+
1. Add LookupWheelSlip system
17+
* [Pull request #3003](https://github.com/gazebosim/gz-sim/pull/3003)
18+
19+
1. Fix UserCommands services so that they return the actual status the executed command
20+
* [Pull request #2999](https://github.com/gazebosim/gz-sim/pull/2999)
21+
* [Pull request #2996](https://github.com/gazebosim/gz-sim/pull/2996)
22+
23+
1. Add missing virtual destructors
24+
* [Pull request #3027](https://github.com/gazebosim/gz-sim/pull/3027)
25+
26+
1. Expose APIs for clearing the ECMs internal state tracking addition and removal
27+
* [Pull request #3002](https://github.com/gazebosim/gz-sim/pull/3002)
28+
29+
1. Fix compatibility with protobuf v30
30+
* [Pull request #3032](https://github.com/gazebosim/gz-sim/pull/3032)
31+
* [Pull request #2869](https://github.com/gazebosim/gz-sim/pull/2869)
32+
33+
1. Add missing algorithm include
34+
* [Pull request #3022](https://github.com/gazebosim/gz-sim/pull/3022)
35+
36+
1. Add param in physics system to enforce fixed constraint
37+
* [Pull request #2984](https://github.com/gazebosim/gz-sim/pull/2984)
38+
39+
1. JointController: supported nested joints
40+
* [Pull request #2979](https://github.com/gazebosim/gz-sim/pull/2979)
41+
42+
1. Update our usage of workerpools
43+
* [Pull request #2995](https://github.com/gazebosim/gz-sim/pull/2995)
44+
45+
1. Update badges in README
46+
* [Pull request #3019](https://github.com/gazebosim/gz-sim/pull/3019)
47+
* [Pull request #3017](https://github.com/gazebosim/gz-sim/pull/3017)
48+
49+
1. Assign new gz-sim maintainer
50+
* [Pull request #3008](https://github.com/gazebosim/gz-sim/pull/3008)
51+
52+
1. Add support for loading physics engine plugins from static plugin registry
53+
* [Pull request #2991](https://github.com/gazebosim/gz-sim/pull/2991)
54+
55+
1. reset_sensors.cc: fix syntax in Stop
56+
* [Pull request #3000](https://github.com/gazebosim/gz-sim/pull/3000)
57+
58+
1. Prevent crash in ApplyForceTorque plugin
59+
* [Pull request #2987](https://github.com/gazebosim/gz-sim/pull/2987)
60+
61+
1. Fix crash caused by moving ground_plane
62+
* [Pull request #2980](https://github.com/gazebosim/gz-sim/pull/2980)
63+
64+
1. Prevent crash in OpticalTactilePlugin by checking contact data validity after world reset
65+
* [Pull request #2978](https://github.com/gazebosim/gz-sim/pull/2978)
66+
67+
1. Fix link in underwater tutorial
68+
* [Pull request #2977](https://github.com/gazebosim/gz-sim/pull/2977)
69+
70+
1. Set GZ_IP=127.0.0.1 in cmd tests
71+
* [Pull request #2959](https://github.com/gazebosim/gz-sim/pull/2959)
72+
73+
1. Fix cpplint, codespell complaints
74+
* [Pull request #2938](https://github.com/gazebosim/gz-sim/pull/2938)
75+
76+
1. Port Websocket server from gz-launch
77+
* [Pull request #2792](https://github.com/gazebosim/gz-sim/pull/2792)
78+
79+
1. backwards-cpp support for gz-sim-main and gz-sim-gui
80+
* [Pull request #2927](https://github.com/gazebosim/gz-sim/pull/2927)
81+
* [Pull request #2919](https://github.com/gazebosim/gz-sim/pull/2919)
82+
83+
1. gz-sim-model: workaround cli11 bug
84+
* [Pull request #2921](https://github.com/gazebosim/gz-sim/pull/2921)
85+
86+
1. Fix no-GUI Tests
87+
* [Pull request #2928](https://github.com/gazebosim/gz-sim/pull/2928)
88+
89+
1. Adds an initial StableBaselines3 RL environment as an example
90+
* [Pull request #2667](https://github.com/gazebosim/gz-sim/pull/2667)
91+
* [Pull request #2947](https://github.com/gazebosim/gz-sim/pull/2947)
92+
* [Pull request #2989](https://github.com/gazebosim/gz-sim/pull/2989)
93+
94+
1. Fix crash when LiftDrag and AdvancedLiftDrag plugins are added without designating specific entity
95+
* [Pull request #2907](https://github.com/gazebosim/gz-sim/pull/2907)
96+
* [Pull request #2923](https://github.com/gazebosim/gz-sim/pull/2923)
97+
98+
1. Bump gz-cmake and others in jetty
99+
* [Pull request #2910](https://github.com/gazebosim/gz-sim/pull/2910)
100+
101+
1. Fixed gui executable wait screen bug
102+
* [Pull request #2905](https://github.com/gazebosim/gz-sim/pull/2905)
103+
104+
1. Fix crash when closing Gazebo while a modal dialog is open
105+
* [Pull request #2900](https://github.com/gazebosim/gz-sim/pull/2900)
106+
107+
1. Standalone gz sim executable
108+
* [Pull request #2932](https://github.com/gazebosim/gz-sim/pull/2932)
109+
* [Pull request #2849](https://github.com/gazebosim/gz-sim/pull/2849)
110+
* [Pull request #2990](https://github.com/gazebosim/gz-sim/pull/2990)
111+
112+
1. Disable standalone_gtest_setup example test on mac
113+
* [Pull request #2892](https://github.com/gazebosim/gz-sim/pull/2892)
114+
115+
1. `Link::AddForceInInertialFrame` APIs added
116+
* [Pull request #2816](https://github.com/gazebosim/gz-sim/pull/2816)
117+
118+
1. Use unique callback function for `Node::Subscribe` calls
119+
* [Pull request #2894](https://github.com/gazebosim/gz-sim/pull/2894)
120+
121+
1. Fix Qt warnings on shutdown
122+
* [Pull request #2898](https://github.com/gazebosim/gz-sim/pull/2898)
123+
124+
1. tutorials: Added hpc_clusters.md
125+
* [Pull request #2833](https://github.com/gazebosim/gz-sim/pull/2833)
126+
127+
1. Migrate to Qt6
128+
* [Pull request #2832](https://github.com/gazebosim/gz-sim/pull/2832)
129+
* [Pull request #2976](https://github.com/gazebosim/gz-sim/pull/2976)
130+
* [Pull request #3025](https://github.com/gazebosim/gz-sim/pull/3025)
131+
* [Pull request #2870](https://github.com/gazebosim/gz-sim/pull/2870)
132+
133+
1. Bump gz-transport and others in jetty
134+
* [Pull request #2857](https://github.com/gazebosim/gz-sim/pull/2857)
135+
136+
1. Fix QML warnings from Inertial.qml in Component Inspector
137+
* [Pull request #2830](https://github.com/gazebosim/gz-sim/pull/2830)
138+
139+
1. Remove major version from package name
140+
* [Pull request #2726](https://github.com/gazebosim/gz-sim/pull/2726)
141+
* [Pull request #2843](https://github.com/gazebosim/gz-sim/pull/2843)
142+
143+
1. Update GZ_DISTRIBUTION to Jetty
144+
* [Pull request #2834](https://github.com/gazebosim/gz-sim/pull/2834)
145+
146+
1. Adding MecanumDrive plugin with Odom and Tf, with Tests.
147+
* [Pull request #2297](https://github.com/gazebosim/gz-sim/pull/2297)
148+
149+
1. docker-nightly.yml: build from main branch
150+
* [Pull request #2826](https://github.com/gazebosim/gz-sim/pull/2826)
151+
152+
1. Gui.cc: return "" instead of nullptr
153+
* [Pull request #2819](https://github.com/gazebosim/gz-sim/pull/2819)
154+
155+
1. Add support for simulation reset via a publicly callable API
156+
* [Pull request #2648](https://github.com/gazebosim/gz-sim/pull/2648)
157+
158+
1. Bumps in jetty: use gz-gui10
159+
* [Pull request #2722](https://github.com/gazebosim/gz-sim/pull/2722)
160+
161+
1. Adds support for `ISystemReset` in test fixture
162+
* [Pull request #2647](https://github.com/gazebosim/gz-sim/pull/2647)
163+
164+
1. Remove deprecations: tock
165+
* [Pull request #2703](https://github.com/gazebosim/gz-sim/pull/2703)
166+
167+
1. Replace systemTimeISO with systemTimeIso
168+
* [Pull request #2691](https://github.com/gazebosim/gz-sim/pull/2691)
169+
170+
1. Bump main to sim 10.0.0~pre1
171+
* [Pull request #2644](https://github.com/gazebosim/gz-sim/pull/2644)
172+
173+
1. TrackedVehicle: Added docs for body_link option
174+
* [Pull request #2652](https://github.com/gazebosim/gz-sim/pull/2652)
4175

5176
## Gazebo Sim 9.x
6177

0 commit comments

Comments
 (0)