Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-sensors9 VERSION 9.1.0)
project(gz-sensors9 VERSION 9.2.0)

#============================================================================
# Find gz-cmake
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## Gazebo Sensors 9

### Gazebo Sensors 9.2.0 (2026-06-26)

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

1. Add bazel build support
* [Pull request #529](https://github.com/gazebosim/gz-sensors/pull/529)

1. Update CameraSensor.cc - Allow min HFOV of 0.001 rad
* [Pull request #520](https://github.com/gazebosim/gz-sensors/pull/520)

1. ci.yml: check doxygen on 24.04
* [Pull request #519](https://github.com/gazebosim/gz-sensors/pull/519)

1. Fix airspeed calculation under wind influence by wind triangle
* [Pull request #512 ](https://github.com/gazebosim/gz-sensors/pull/512)
* Contributor: Ching-Hsiang Wu

1. Add list of supported sensors with API and SDF links to README
* [Pull request #511](https://github.com/gazebosim/gz-sensors/pull/511)

1. Update README.md - Link to SDF Spec
* [Pull request #505](https://github.com/gazebosim/gz-sensors/pull/505)

### Gazebo Sensors 9.1.0 (2025-02-12)

1. Enable packing w/o padding for pointclouds
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-sensors9</name>
<version>9.1.0</version>
<version>9.2.0</version>
<description>Gazebo Sensors : Sensor models for simulation</description>
<maintainer email="ichen@openrobotics.org">Ian Chen</maintainer>
<license>Apache License 2.0</license>
Expand Down
Loading