Skip to content

Commit 5e2fba3

Browse files
authored
Prepare for 6.9.0 release (#590)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 105589b commit 5e2fba3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-sensors6 VERSION 6.8.1)
6+
project(ignition-sensors6 VERSION 6.9.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

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

3+
### Gazebo Sensors 6.9.0 (2026-01-29)
4+
5+
1. Fortress: disable Ubuntu Focal CI
6+
* [Pull request #585](https://github.com/gazebosim/gz-sensors/pull/585)
7+
8+
1. Clarify min and max temperature of thermal camera
9+
* [Pull request #523](https://github.com/gazebosim/gz-sensors/pull/523)
10+
11+
1. Disable ign-sensors6's (fortress) failing tests on Windows
12+
* [Pull request #527](https://github.com/gazebosim/gz-sensors/pull/527)
13+
14+
1. Set lens intrinsics in Depth and Rgbd camera sensors (backport #390)
15+
* [Pull request #486](https://github.com/gazebosim/gz-sensors/pull/486)
16+
17+
1. Added Trigger to Depth camera
18+
* [Pull request #484](https://github.com/gazebosim/gz-sensors/pull/484)
19+
20+
1. Check camera sensors have non-zero width or height (backport #480)
21+
* [Pull request #481](https://github.com/gazebosim/gz-sensors/pull/481)
22+
323
### Gazebo Sensors 6.8.1 (2024-10-04)
424

525
1. Fix optical frame id in depth and rgbd camera

0 commit comments

Comments
 (0)