File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
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-sensors VERSION 10 .0.0)
6+ project (gz-sensors VERSION 11 .0.0)
77
88#============================================================================
99# Find gz-cmake
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Deprecated code produces compile-time warnings. These warning serve as
55notification to users that their code should be upgraded. The next major
66release 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
10141 . The ` ignition ` namespace is deprecated and will be removed in future versions. Use ` gz ` instead.
@@ -136,4 +140,4 @@ ImageNoise.hh.
136140
1371411 . ** 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)
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-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 >
You can’t perform that action at this time.
0 commit comments