File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
5301 . Add tests to increase test coverage
You can’t perform that action at this time.
0 commit comments