Skip to content

Commit 9580249

Browse files
author
Addisu Z. Taddese
authored
Prepare for 7.3.0 Release (#552)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 3d9cf33 commit 9580249

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-math7 VERSION 7.2.0)
6+
project(gz-math7 VERSION 7.3.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
## Gazebo Math 7.x
22

3+
### Gazebo Math 7.3.0 (2023-08-29)
4+
5+
1. Adds a validity check for Sessions created using the `TimeVaryingVolumetricGrid`
6+
* [Pull request #551](https://github.com/gazebosim/gz-math/pull/551)
7+
8+
1. Fixes for testing in non standard architectures
9+
* [Pull request #546](https://github.com/gazebosim/gz-math/pull/546)
10+
11+
1. MecanumDriveOdometry to handle odometry estimation of Mecanum wheeled models
12+
* [Pull request #486](https://github.com/gazebosim/gz-math/pull/486)
13+
14+
1. Fix documentation on Plane.hh
15+
* [Pull request #544](https://github.com/gazebosim/gz-math/pull/544)
16+
17+
1. Infrastructure
18+
* [Pull request #543](https://github.com/gazebosim/gz-math/pull/543)
19+
* [Pull request #547](https://github.com/gazebosim/gz-math/pull/547)
20+
* [Pull request #545](https://github.com/gazebosim/gz-math/pull/545)
21+
22+
1. Build examples from CMake rather than executable
23+
* [Pull request #482](https://github.com/gazebosim/gz-math/pull/482)
24+
25+
1. Added `std::optional MassMatrix()` functions for Box, Cylinder & Sphere
26+
* [Pull request #538](https://github.com/gazebosim/gz-math/pull/538)
27+
328
### Gazebo Math 7.2.0 (2023-06-14)
429

530
1. Add tests to increase test coverage

0 commit comments

Comments
 (0)