Skip to content

Commit

Permalink
Prepare for 6.3.0 (#213)
Browse files Browse the repository at this point in the history
* Prepare for 6.3.0

Signed-off-by: Aditya <aditya050995@gmail.com>
  • Loading branch information
adityapande-1995 authored Apr 5, 2022
1 parent f7f9aca commit cb24d95
Show file tree
Hide file tree
Showing 2 changed files with 12 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.2.0)
project(ignition-sensors6 VERSION 6.3.0)

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

### Ignition Sensors 6.3.0 (2022-04-04)

1. IMU custom_rpy parent_frame should be set to 'world'
* [Pull request #212](https://github.com/ignitionrobotics/ign-sensors/pull/212)

1. Triggered Camera
* [Pull request #194](https://github.com/ignitionrobotics/ign-sensors/pull/194)

1. Check if noise or distortion render pass is null
* [Pull request #211](https://github.com/ignitionrobotics/ign-sensors/pull/211)

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

1. Distortion Camera Sensor
Expand Down

0 comments on commit cb24d95

Please sign in to comment.