Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for ign-sensors 6.2.0 #207

Merged
merged 3 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0)
project(ignition-sensors6 VERSION 6.2.0)

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

### Ignition Sensors 6.2.0 (2022-03-24)

1. Add Ubuntu Jammy CI
* [Pull request #206](https://github.com/ignitionrobotics/ign-sensors/pull/206)

1. Add function for enabling / disabling a sensor
* [Pull request #204](https://github.com/ignitionrobotics/ign-sensors/pull/204)

1. IMU sensor API to get world ref frame and heading offset
* [Pull request #186](https://github.com/ignitionrobotics/ign-sensors/pull/186)

1. Use pose multiplication instead of addition
* [Pull request #199](https://github.com/ignitionrobotics/ign-sensors/pull/199)

1. Enable cpplint check in github actions CI
* [Pull request #198](https://github.com/ignitionrobotics/ign-sensors/pull/198)

1. Conform to ros format for header field frame_id of sensor msgs
* [Pull request #195](https://github.com/ignitionrobotics/ign-sensors/pull/195)

1. Fix compiler warnings (CMP0072 and copy elision)
* [Pull request #188](https://github.com/ignitionrobotics/ign-sensors/pull/188)

### Ignition Sensors 6.1.0 (2022-01-04)

1. Add NavSat (GPS) sensor
Expand Down