Skip to content

Commit ec52913

Browse files
authored
7.3.0 release (#386)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 7b4387f commit ec52913

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
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-sensors7 VERSION 7.2.0)
6+
project(gz-sensors7 VERSION 7.3.0)
77

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

Changelog.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
### Gazebo Sensors 7.X.X
44

5+
### Gazebo Sensors 7.3.0 (2023-09-26)
6+
7+
1. Infrastructure
8+
* [Pull request #372](https://github.com/gazebosim/gz-sensors/pull/372)
9+
* [Pull request #371](https://github.com/gazebosim/gz-sensors/pull/371)
10+
11+
1. Expose optical frame in CameraSensor so it can be set in DepthCameraSensor
12+
* [Pull request #362](https://github.com/gazebosim/gz-sensors/pull/362)
13+
14+
1. Fix CameraSensor to check if element is null before access
15+
* [Pull request #361](https://github.com/gazebosim/gz-sensors/pull/361)
16+
17+
1. Support protobuf >= 22
18+
* [Pull request #351](https://github.com/gazebosim/gz-sensors/pull/351)
19+
20+
1. Minor cleanup - lint, typos
21+
* [Pull request #352](https://github.com/gazebosim/gz-sensors/pull/352)
22+
* [Pull request #344](https://github.com/gazebosim/gz-sensors/pull/344)
23+
24+
1. Fix frame_id for depth camera point cloud
25+
* [Pull request #350](https://github.com/gazebosim/gz-sensors/pull/350)
26+
27+
1. Add support for bayer images to camera sensor
28+
* [Pull request #336](https://github.com/gazebosim/gz-sensors/pull/336)
29+
30+
1. Fix flaky trigger camera test
31+
* [Pull request #346](https://github.com/gazebosim/gz-sensors/pull/346)
32+
33+
1. Generate default trigger topic name if empty
34+
* [Pull request #343](https://github.com/gazebosim/gz-sensors/pull/343)
35+
36+
537
### Gazebo Sensors 7.2.0 (2023-04-13)
638

739
1. Cleanup resources in CameraSensor destructor

0 commit comments

Comments
 (0)