Skip to content

Commit 88c0fe9

Browse files
Update changelogs
1 parent ece0fe3 commit 88c0fe9

File tree

11 files changed

+83
-0
lines changed

11 files changed

+83
-0
lines changed

tesseract_collision/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* 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>`_)
8+
* Implement a condensed summary for ContactTrajectoryResults (`#1205 <https://github.com/tesseract-robotics/tesseract/issues/1205>`_)
9+
* Check trajectory return contact location (`#1200 <https://github.com/tesseract-robotics/tesseract/issues/1200>`_)
10+
* Fix benchmarks (`#1201 <https://github.com/tesseract-robotics/tesseract/issues/1201>`_)
11+
* Improve memory allocations in createConvexHull
12+
* Fix double lookups of collision objects
13+
* Add trajectory link collision representation options
14+
* tesseract collision yaml extensions (`#1176 <https://github.com/tesseract-robotics/tesseract/issues/1176>`_)
15+
Co-authored-by: Samantha Smith <Troyandme04@gmail.com>
16+
* Contributors: Levi Armstrong, Roelof Oomen, Tyler Marr
17+
518
0.31.0 (2025-07-05)
619
-------------------
720
* Fix yaml extensions file name spelling

tesseract_common/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add AMENT environment variable to GeneralResourceLocator
8+
* 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>`_)
9+
* Fix Joint Group jacobian when base link is an active link with unit test
10+
* Fix timer
11+
* Fix benchmarks (`#1201 <https://github.com/tesseract-robotics/tesseract/issues/1201>`_)
12+
* Replace PairHash by template specialization of std::hash (`#1197 <https://github.com/tesseract-robotics/tesseract/issues/1197>`_)
13+
* Leverage TransformMap in tesseract_srdf package (`#1196 <https://github.com/tesseract-robotics/tesseract/issues/1196>`_)
14+
* Add yaml encode/decode for commonly used Eigen::Matrix<double, 6, 1> (`#1193 <https://github.com/tesseract-robotics/tesseract/issues/1193>`_)
15+
* Fix focal build with changes to TransformMap
16+
* Improve memory allocation during motion planning
17+
* Improve memory allocations in satisfiesLimits
18+
* Add ProfilePluginFactory to fwd.h
19+
* Add trajectory link collision representation options
20+
* Add profile plugin factory
21+
* Add Profiles Plugin Info
22+
* Improve GitHub actions for Windows and MacOS (`#1179 <https://github.com/tesseract-robotics/tesseract/issues/1179>`_)
23+
* Contributors: John Wason, Levi Armstrong, Roelof Oomen, Tyler Marr
24+
525
0.31.0 (2025-07-05)
626
-------------------
727
* Fix yaml extensions file name spelling

tesseract_environment/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Check trajectory return contact location (`#1200 <https://github.com/tesseract-robotics/tesseract/issues/1200>`_)
8+
* Fix benchmarks (`#1201 <https://github.com/tesseract-robotics/tesseract/issues/1201>`_)
9+
* Improve memory allocation during motion planning
10+
* Fix environment clone missing resource locator
11+
* Add trajectory link collision representation options
12+
* Contributors: Levi Armstrong, Roelof Oomen, Tyler Marr
13+
514
0.31.0 (2025-07-05)
615
-------------------
716
* Make sure serialized objects have friend struct tesseract_common::Serialization

tesseract_geometry/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add trajectory link collision representation options
8+
* Contributors: Levi Armstrong
9+
510
0.31.0 (2025-07-05)
611
-------------------
712
* Make sure serialized objects have friend struct tesseract_common::Serialization

tesseract_kinematics/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix Joint Group jacobian when base link is an active link with unit test
8+
* Fix clang-tidy errors
9+
* Reduce number of thread local variables by making class member variable
10+
* Improve tesseract_kinematics unit test coverage
11+
* Improve memory allocation during motion planning
12+
* Contributors: Levi Armstrong
13+
514
0.31.0 (2025-07-05)
615
-------------------
716
* Fix yaml extensions file name spelling

tesseract_scene_graph/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
0.31.0 (2025-07-05)
69
-------------------
710
* Make sure serialized objects have friend struct tesseract_common::Serialization

tesseract_srdf/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Leverage TransformMap in tesseract_srdf package (`#1196 <https://github.com/tesseract-robotics/tesseract/issues/1196>`_)
8+
* Contributors: Levi Armstrong
9+
510
0.31.0 (2025-07-05)
611
-------------------
712
* Fix yaml extensions file name spelling

tesseract_state_solver/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Increase OKFT joint change tolerance to 1e-10
8+
* Fix clang-tidy errors
9+
* Reduce number of thread local variables by making class member variable
10+
* Improve memory allocation during motion planning
11+
* Contributors: Levi Armstrong
12+
513
0.31.0 (2025-07-05)
614
-------------------
715

tesseract_support/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
0.31.0 (2025-07-05)
69
-------------------
710

tesseract_urdf/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add trajectory link collision representation options
8+
* Contributors: Levi Armstrong
9+
510
0.31.0 (2025-07-05)
611
-------------------
712

0 commit comments

Comments
 (0)