File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-sensors8 VERSION 8.1 .0)
6
+ project (gz-sensors8 VERSION 8.2 .0)
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Sensors 8
2
2
3
+ ### Gazebo Sensors 8.2.0 (2024-06-14)
4
+
5
+ 1 . Add API to check if sensor is in trigger mode
6
+ * [ Pull request #441 ] ( https://github.com/gazebosim/gz-sensors/pull/441 )
7
+
8
+ 1 . Set rendering sensor pose
9
+ * [ Pull request #439 ] ( https://github.com/gazebosim/gz-sensors/pull/439 )
10
+
3
11
### Gazebo Sensors 8.1.0 (2024-05-16)
4
12
5
13
1 . Set camera projection matrix based on lens params for other types of cameras
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-sensors8</name >
5
- <version >8.1 .0</version >
5
+ <version >8.2 .0</version >
6
6
<description >Gazebo Sensors : Sensor models for simulation</description >
7
7
<
maintainer email =
" [email protected] " >Ian Chen</
maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments