Skip to content

Commit

Permalink
Prepare for 6.8.1 release (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Oct 4, 2024
1 parent 3081ba0 commit 9b40869
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-sensors6 VERSION 6.8.0)
project(ignition-sensors6 VERSION 6.8.1)

#============================================================================
# Find ignition-cmake
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Gazebo Sensors 6

### Gazebo Sensors 6.8.1 (2024-10-04)

1. Fix optical frame id in depth and rgbd camera
* [Pull request #461](https://github.com/gazebosim/gz-sensors/pull/461)

1. Backport frame id fixes
* [Pull request #446](https://github.com/gazebosim/gz-sensors/pull/446)

1. Publish lidar scan only if there are lidar scan connections
* [Pull request #447](https://github.com/gazebosim/gz-sensors/pull/447)

1. Fix frames set to Name instead of FrameId for pointclouds
* [Pull request #417](https://github.com/gazebosim/gz-sensors/pull/417)

### Gazebo Sensors 6.8.0 (2024-01-12)

1. Allow specifying gz_frame_id as an alternative to ignition_frame_id
Expand Down

0 comments on commit 9b40869

Please sign in to comment.