Skip to content

Commit 6bfff2b

Browse files
authored
Prepare for 9.1.0 release (#499)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent cd157e2 commit 6bfff2b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.0.0)
6+
project(gz-sensors9 VERSION 9.1.0)
77

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

Changelog.md

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

3+
### Gazebo Sensors 9.1.0 (2025-02-12)
4+
5+
1. Enable packing w/o padding for pointclouds
6+
* [Pull request #493](https://github.com/gazebosim/gz-sensors/pull/493)
7+
8+
1. Add support for L8 and L16 image formats in WideAngleCameraSensor
9+
* [Pull request #494](https://github.com/gazebosim/gz-sensors/pull/494)
10+
11+
1. Check camera resolution
12+
* [Pull request #480](https://github.com/gazebosim/gz-sensors/pull/480)
13+
314
### Gazebo Sensors 9.0.0 (2024-09-25)
415

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

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