File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
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)
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
Original file line number Diff line number Diff line change 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
7391 . Cleanup resources in CameraSensor destructor
You can’t perform that action at this time.
0 commit comments