Skip to content

Commit bf3ad4c

Browse files
0.32.0
1 parent 88c0fe9 commit bf3ad4c

File tree

22 files changed

+33
-33
lines changed

22 files changed

+33
-33
lines changed

tesseract_collision/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package tesseract_collision
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Use per object max margin for the broadphase and the actual link pair margin for the narrow phase, instead of the overall max margin everywhere (`#1198 <https://github.com/tesseract-robotics/tesseract/issues/1198>`_)
88
* Implement a condensed summary for ContactTrajectoryResults (`#1205 <https://github.com/tesseract-robotics/tesseract/issues/1205>`_)
99
* Check trajectory return contact location (`#1200 <https://github.com/tesseract-robotics/tesseract/issues/1200>`_)

tesseract_collision/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>tesseract_collision</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>The tesseract_collision package</description>
66
<maintainer email="levi.armstrong@gmail.com">Levi Armstrong</maintainer>
77
<license>Apache 2.0</license>

tesseract_common/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package tesseract_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Add AMENT environment variable to GeneralResourceLocator
88
* Use per object max margin for the broadphase and the actual link pair margin for the narrow phase, instead of the overall max margin everywhere (`#1198 <https://github.com/tesseract-robotics/tesseract/issues/1198>`_)
99
* Fix Joint Group jacobian when base link is an active link with unit test

tesseract_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>tesseract_common</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>Contains common macros, utils and types used throughout</description>
66
<maintainer email="levi.armstrong@gmail.com">Levi Armstrong</maintainer>
77
<license>Apache 2.0</license>

tesseract_environment/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package tesseract_environment
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Check trajectory return contact location (`#1200 <https://github.com/tesseract-robotics/tesseract/issues/1200>`_)
88
* Fix benchmarks (`#1201 <https://github.com/tesseract-robotics/tesseract/issues/1201>`_)
99
* Improve memory allocation during motion planning

tesseract_environment/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>tesseract_environment</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>The tesseract_environment package contains environment</description>
66
<maintainer email="levi.armstrong@gmail.com">Levi Armstrong</maintainer>
77
<license>Apache 2.0</license>

tesseract_geometry/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package tesseract_geometry
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Add trajectory link collision representation options
88
* Contributors: Levi Armstrong
99

tesseract_geometry/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>tesseract_geometry</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>The tesseract_geometry package</description>
66
<maintainer email="Armstrong@todo.todo">Levi Armstrong</maintainer>
77
<license>Apache 2.0</license>

tesseract_kinematics/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package tesseract_kinematics
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.32.0 (2025-09-10)
6+
-------------------
77
* Fix Joint Group jacobian when base link is an active link with unit test
88
* Fix clang-tidy errors
99
* Reduce number of thread local variables by making class member variable

tesseract_kinematics/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>tesseract_kinematics</name>
4-
<version>0.31.0</version>
4+
<version>0.32.0</version>
55
<description>The tesseract_kinematics package contains kinematics related libraries.</description>
66
<maintainer email="levi.armstrong@gmail.com">Levi Armstrong</maintainer>
77
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)