Skip to content

Commit 5ab07b8

Browse files
author
Addisu Z. Taddese
committed
Bump main to 11.0.0~pre1
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent f587e48 commit 5ab07b8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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-sensors VERSION 10.0.0)
6+
project(gz-sensors VERSION 11.0.0)
77

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

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Gz Sensors 11.x
2+
3+
### Gz Sensors 11.0.0 (20XX-XX-XX)
4+
15
## Gazebo Sensors 10
26

37
### Gazebo Sensors 10.0.0 (2025-09-30)

Migration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Deprecated code produces compile-time warnings. These warning serve as
55
notification to users that their code should be upgraded. The next major
66
release will remove the deprecated code.
77

8+
9+
## Gz Sensors 10.X to 11.X
10+
11+
812
## Gazebo Sensors 6.X to 7.X
913

1014
1. The `ignition` namespace is deprecated and will be removed in future versions. Use `gz` instead.
@@ -136,4 +140,4 @@ ImageNoise.hh.
136140

137141
1. **include/sensors/Noise.hh**
138142
+ ***Deprecation:*** public: virtual void SetCamera(rendering::CameraPtr)
139-
+ ***Replacement:*** TODO (to be implemented in ImageGaussianNoiseModel)
143+
+ ***Replacement:*** TODO (to be implemented in ImageGaussianNoiseModel)

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-sensors</name>
5-
<version>10.0.0</version>
5+
<version>11.0.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)