Skip to content

Commit cf9eb23

Browse files
authored
2.3.0
1 parent 1e89d91 commit cf9eb23

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package geometric_shapes
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2024-11-29)
6+
------------------
7+
* Install headers into subdirectory (`#253 <https://github.com/moveit/geometric_shapes/issues/253>`_)
8+
* Added bodies::Body::computeBoundingBox (oriented box version) (`#239 <https://github.com/moveit/geometric_shapes/issues/239>`_)
9+
* Improve padding of meshes using weighted vertex normals (`#240 <https://github.com/moveit/geometric_shapes/issues/240>`_)
10+
* Contributors: Kenji Brameld (TRACLabs), Robert Haschke, Sebastian Castro, Sebastian Pelletier, Tyler Mayoff
11+
512
2.2.1 (2024-06-26)
613
------------------
714
* Use the system version of octomap (`#244 <https://github.com/ros-planning/geometric_shapes/issues/244>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>geometric_shapes</name>
5-
<version>2.2.1</version>
5+
<version>2.3.0</version>
66
<description>This package contains generic definitions of geometric shapes and bodies.</description>
77

88
<author email="[email protected]">Ioan Sucan</author>

0 commit comments

Comments
 (0)