Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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(gz-math7 VERSION 7.6.0)
project(gz-math7 VERSION 7.7.0)

#============================================================================
# Find gz-cmake
Expand Down
22 changes: 22 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## Gazebo Math 7.x

### Gazebo Math 7.7.0 (2026-08-24)

1. Line2 updates:
* [Pull request #832](https://github.com/gazebosim/gz-math/pull/832)
* [Pull request #828](https://github.com/gazebosim/gz-math/pull/828)

1. Add Centroid() to the simple shape classes
* [Pull request #794](https://github.com/gazebosim/gz-math/pull/794)

1. Add pybindings for VolumetricGridLookupField
* [Pull request #788](https://github.com/gazebosim/gz-math/pull/788)

1. [bazel] Fix build error for Cone_TEST
* [Pull request #781](https://github.com/gazebosim/gz-math/pull/781)

1. Graph updates:
* [Pull request #778](https://github.com/gazebosim/gz-math/pull/778)
* [Pull request #766](https://github.com/gazebosim/gz-math/pull/766)
* [Pull request #762](https://github.com/gazebosim/gz-math/pull/762)
* [Pull request #756](https://github.com/gazebosim/gz-math/pull/756)
* [Pull request #751](https://github.com/gazebosim/gz-math/pull/751)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [Pull request #751](https://github.com/gazebosim/gz-math/pull/751)
* [Pull request #752](https://github.com/gazebosim/gz-math/pull/752)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 06a183b


### Gazebo Math 7.6.0 (2026-04-10)

1. Add VolumeBelow/CenterOfVolumeBelow for Ellipsoid, Cylinder, Capsule, Cone
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-math7</name>
<version>7.6.0</version>
<version>7.7.0</version>
<description>Gazebo Math : Math classes and functions for robot applications</description>
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer>
<maintainer email="aditya050995@gmail.com">Aditya Pande</maintainer>
Expand Down
Loading