Skip to content

Commit aa52001

Browse files
author
Jose Luis Rivero
authored
Bump to version 9.2.0 (#530)
* Bump to version 9.2.0 Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com> * Bump package.xml Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com> --------- Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent dc4ea44 commit aa52001

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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-sensors9 VERSION 9.1.0)
6+
project(gz-sensors9 VERSION 9.2.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Gazebo Sensors 9
22

3+
### Gazebo Sensors 9.2.0 (2026-06-26)
4+
5+
1. **Baseline:** this includes all changes from 9.1.0 and earlier.
6+
7+
1. Add bazel build support
8+
* [Pull request #529](https://github.com/gazebosim/gz-sensors/pull/529)
9+
10+
1. Update CameraSensor.cc - Allow min HFOV of 0.001 rad
11+
* [Pull request #520](https://github.com/gazebosim/gz-sensors/pull/520)
12+
13+
1. ci.yml: check doxygen on 24.04
14+
* [Pull request #519](https://github.com/gazebosim/gz-sensors/pull/519)
15+
16+
1. Fix airspeed calculation under wind influence by wind triangle
17+
* [Pull request #512 ](https://github.com/gazebosim/gz-sensors/pull/512)
18+
* Contributor: Ching-Hsiang Wu
19+
20+
1. Add list of supported sensors with API and SDF links to README
21+
* [Pull request #511](https://github.com/gazebosim/gz-sensors/pull/511)
22+
23+
1. Update README.md - Link to SDF Spec
24+
* [Pull request #505](https://github.com/gazebosim/gz-sensors/pull/505)
25+
326
### Gazebo Sensors 9.1.0 (2025-02-12)
427

528
1. Enable packing w/o padding for pointclouds

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-sensors9</name>
5-
<version>9.1.0</version>
5+
<version>9.2.0</version>
66
<description>Gazebo Sensors : Sensor models for simulation</description>
77
<maintainer email="ichen@openrobotics.org">Ian Chen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)