Skip to content

Commit 410a999

Browse files
authored
Prepare for 8.2.0 release (gazebosim#442)
Signed-off-by: Ian Chen <[email protected]>
1 parent feb4ea3 commit 410a999

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-sensors8 VERSION 8.1.0)
6+
project(gz-sensors8 VERSION 8.2.0)
77

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

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Gazebo Sensors 8
22

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+
311
### Gazebo Sensors 8.1.0 (2024-05-16)
412

513
1. Set camera projection matrix based on lens params for other types of cameras

package.xml

+1-1
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-sensors8</name>
5-
<version>8.1.0</version>
5+
<version>8.2.0</version>
66
<description>Gazebo Sensors : Sensor models for simulation</description>
77
<maintainer email="[email protected]">Ian Chen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)