Skip to content

Commit 302fbb4

Browse files
authored
Merge branch 'gz-sim9' into breakout_server_9
2 parents 7737402 + 2a9ee98 commit 302fbb4

File tree

3 files changed

+76
-2
lines changed

3 files changed

+76
-2
lines changed

CMakeLists.txt

+1-1
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.0.0)
6+
project(gz-sim9 VERSION 9.1.0)
77
set (GZ_DISTRIBUTION "Ionic")
88

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

Changelog.md

+74
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,79 @@
11
## Gazebo Sim 9.x
22

3+
### Gazebo Sim 9.1.0 (2025-02-12)
4+
5+
1. Physics: Ray intersections
6+
* [Pull request #2514](https://github.com/gazebosim/gz-sim/pull/2514)
7+
8+
1. Improvement for Visualize lidar plugin
9+
* [Pull request #2739](https://github.com/gazebosim/gz-sim/pull/2739)
10+
11+
1. Also handle SIGTERM gracefully
12+
* [Pull request #2747](https://github.com/gazebosim/gz-sim/pull/2747)
13+
14+
1. Add debug msg to log auto computed inertial values
15+
* [Pull request #2749](https://github.com/gazebosim/gz-sim/pull/2749)
16+
17+
1. Reduce/Eliminate `sdf::Model` and `sdf::World` serialization warnings
18+
* [Pull request #2742](https://github.com/gazebosim/gz-sim/pull/2742)
19+
20+
1. Visualize Frustum
21+
* [Pull request #2707](https://github.com/gazebosim/gz-sim/pull/2707)
22+
23+
1. Update install link
24+
* [Pull request #2745](https://github.com/gazebosim/gz-sim/pull/2745)
25+
26+
1. Fix illegal anchor warnings
27+
* [Pull request #2741](https://github.com/gazebosim/gz-sim/pull/2741)
28+
29+
1. Fix mesh import filters not displaying correctly on KDE #2731
30+
* [Pull request #2732](https://github.com/gazebosim/gz-sim/pull/2732)
31+
32+
1. LinearBatteryPlugin stability improvement
33+
* [Pull request #2725](https://github.com/gazebosim/gz-sim/pull/2725)
34+
35+
1. Better use of std::variant
36+
* [Pull request #2714](https://github.com/gazebosim/gz-sim/pull/2714)
37+
38+
1. apply_joint_force: Simplified using ComponentDefault
39+
* [Pull request #2630](https://github.com/gazebosim/gz-sim/pull/2630)
40+
41+
1. Fix docker nightly build
42+
* [Pull request #2643](https://github.com/gazebosim/gz-sim/pull/2643)
43+
44+
1. Fix publishing only top level model pose in pose publisher
45+
* [Pull request #2697](https://github.com/gazebosim/gz-sim/pull/2697)
46+
47+
1. Add parameter for adjust current sign in battery plugin
48+
* [Pull request #2696](https://github.com/gazebosim/gz-sim/pull/2696)
49+
50+
1. Extend shapes plugin width to include the ellipsoid button
51+
* [Pull request #2699](https://github.com/gazebosim/gz-sim/pull/2699)
52+
53+
1. Use same FP limits for TrackedVehicle to avoid self-moving
54+
* [Pull request #2651](https://github.com/gazebosim/gz-sim/pull/2651)
55+
56+
1. Link.hh: add Sensor accessor APIs
57+
* [Pull request #2693](https://github.com/gazebosim/gz-sim/pull/2693)
58+
59+
1. Remove detachable joints when a model is removed
60+
* [Pull request #2686](https://github.com/gazebosim/gz-sim/pull/2686)
61+
62+
1. Improve load times by skipping serialization of entities when unecessary. (#2596)
63+
* [Pull request #2682](https://github.com/gazebosim/gz-sim/pull/2682)
64+
65+
1. check valid pointer
66+
* [Pull request #2674](https://github.com/gazebosim/gz-sim/pull/2674)
67+
68+
1. Prepend to PYTHONPATH in tests
69+
* [Pull request #2673](https://github.com/gazebosim/gz-sim/pull/2673)
70+
71+
1. Fix crash when multicopter motor system is attached to an empty model
72+
* [Pull request #2653](https://github.com/gazebosim/gz-sim/pull/2653)
73+
74+
1. fix custom sensor system example build
75+
* [Pull request #2649](https://github.com/gazebosim/gz-sim/pull/2649)
76+
377
### Gazebo Sim 9.0.0 (2024-09-25)
478

579
1. **Baseline:** this includes all changes from 8.6.0 and earlier.

package.xml

+1-1
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.0.0</version>
5+
<version>9.1.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)