Skip to content

Commit

Permalink
prepare for 7.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Feb 9, 2023
1 parent 7c8ce56 commit f1251f2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
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(gz-sensors7 VERSION 7.0.0)
project(gz-sensors7 VERSION 7.1.0)

#============================================================================
# Find gz-cmake
Expand Down
60 changes: 59 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,65 @@

### Gazebo Sensors 7.X.X

### Gazebo Sensors 7.0.0
### Gazebo Sensors 7.1.0 (2023-02-09)

1. Added airspeed sensor
* [Pull request #305](https://github.com/gazebosim/gz-sensors/pull/305)

1. Add HasInfoConnections() method to expose infoPub.HasConnections() to child of CameraSensor class
* [Pull request #310](https://github.com/gazebosim/gz-sensors/pull/310)

1. CameraInfo is now published when there's a CameraSensor subscriber
* [Pull request #308](https://github.com/gazebosim/gz-sensors/pull/308)

1. Disable ogre tests on windows
* [Pull request #303](https://github.com/gazebosim/gz-sensors/pull/303)

1. Add and Revert DopplerVelocityLog sensor
* [Pull request #302](https://github.com/gazebosim/gz-sensors/pull/302)
* [Pull request #290](https://github.com/gazebosim/gz-sensors/pull/290)

1. Set custom projection matrix based on intrinsics params from SDF
* [Pull request #293](https://github.com/gazebosim/gz-sensors/pull/293)

1. Renamed `ignition_frame_id` to `gz_frame_id` and fix warning
* [Pull request #296](https://github.com/gazebosim/gz-sensors/pull/296)

1. Fix navsat frame id
* [Pull request #295](https://github.com/gazebosim/gz-sensors/pull/295)

1. Fix compile time warning
* [Pull request #297](https://github.com/gazebosim/gz-sensors/pull/297)

1. Update Camera Intrinsics in camera_info topic
* [Pull request #281](https://github.com/gazebosim/gz-sensors/pull/281)

1. RgbdCameraSensor.cc: fix include
* [Pull request #280](https://github.com/gazebosim/gz-sensors/pull/280)

1. Camera: configure projection matrix from SDFormat
* [Pull request #249](https://github.com/gazebosim/gz-sensors/pull/249)

1. Improved noise coverage
* [Pull request #278](https://github.com/gazebosim/gz-sensors/pull/278)

1. Improved coverage Lidar
* [Pull request #277](https://github.com/gazebosim/gz-sensors/pull/277)

1. Add support for 16 bit image format
* [Pull request #276](https://github.com/gazebosim/gz-sensors/pull/276)

1. Add optional optical frame id to camera sensors
* [Pull request #259](https://github.com/gazebosim/gz-sensors/pull/259)

1. Add missing DEPENDS_ON_COMPONENTS parameters
* [Pull request #262](https://github.com/gazebosim/gz-sensors/pull/262)

1. Remove redundant namespace references
* [Pull request #258](https://github.com/gazebosim/gz-sensors/pull/258)


### Gazebo Sensors 7.0.0 (2022-09-27)

1. Clear scene before exiting wide_angle_camera_test
* [Pull request #266](https://github.com/gazebosim/ign-sensors/pull/266)
Expand Down

0 comments on commit f1251f2

Please sign in to comment.