File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
5281 . Enable packing w/o padding for pointclouds
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments