Skip to content

Commit

Permalink
Merge 7249f4e into 8cadf18
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Mar 29, 2022
2 parents 8cadf18 + 7249f4e commit 45f4c27
Show file tree
Hide file tree
Showing 2 changed files with 24 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.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

0 comments on commit 45f4c27

Please sign in to comment.