Skip to content

Commit

Permalink
Merge branch 'ign-math6' into ahcorde/6/mecanumDriveOdometry_pytohn
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Sep 26, 2023
2 parents 0eb2d28 + 6276839 commit 9e8a054
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-math6 VERSION 6.14.0)
project(ignition-math6 VERSION 6.15.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 @@
## Gazebo Math 6.x

## Gazebo Math 6.15.0 (2023-09-01)

1. Fixes for testing in non standard architectures
* [Pull request #546](https://github.com/gazebosim/gz-math/pull/546)

1. MecanumDriveOdometry to handle odometry estimation of Mecanum wheeled models
* [Pull request #486](https://github.com/gazebosim/gz-math/pull/486)

1. Infrastructure
* [Pull request #547](https://github.com/gazebosim/gz-math/pull/547)

## Gazebo Math 6.14.0 (2023-04-14)

1. Disable pybind11 on windows by default
Expand Down

0 comments on commit 9e8a054

Please sign in to comment.