Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 24, 2024
1 parent 90476c9 commit 9740385
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tesseract_collision/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_collision
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Do not export plugin libraries (`#1028 <https://github.com/tesseract-robotics/tesseract/issues/1028>`_)
* Contributors: Levi Armstrong

0.22.2 (2024-06-10)
-------------------
* Add ability to briefly summarize trajectory collisions (`#1011 <https://github.com/tesseract-robotics/tesseract/issues/1011>`_)
Expand Down
13 changes: 13 additions & 0 deletions tesseract_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package tesseract_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add any poly support to manipulator info
* Add std::size_t to any poly types
* Add integral any poly types
* Add checkForUnknownKeys to yaml utils
* Handle edge case in calcJacobianTransformErrorDiff
* Improve any poly serialization macros
* Fixes for building on Ubuntu Noble (`#1016 <https://github.com/tesseract-robotics/tesseract/issues/1016>`_)
* Add missing serialization header to AnyPoly
* Add support for shared pointers to tesseract_common::AnyPoly
* Contributors: Levi Armstrong, Roelof Oomen

0.22.2 (2024-06-10)
-------------------
* Fix windows issue in kinematics_limits.h with using eigen array max and min
Expand Down
6 changes: 6 additions & 0 deletions tesseract_environment/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package tesseract_environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add any poly support for environment
* Fixes for building on Ubuntu Noble (`#1016 <https://github.com/tesseract-robotics/tesseract/issues/1016>`_)
* Contributors: Levi Armstrong, Roelof Oomen

0.22.2 (2024-06-10)
-------------------
* Fix command serialization
Expand Down
3 changes: 3 additions & 0 deletions tesseract_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.22.2 (2024-06-10)
-------------------

Expand Down
6 changes: 6 additions & 0 deletions tesseract_kinematics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package tesseract_kinematics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Do not export plugin libraries (`#1028 <https://github.com/tesseract-robotics/tesseract/issues/1028>`_)
* Fixes for building on Ubuntu Noble (`#1016 <https://github.com/tesseract-robotics/tesseract/issues/1016>`_)
* Contributors: Levi Armstrong, Roelof Oomen

0.22.2 (2024-06-10)
-------------------
* Add backtrace to type erasure casting to quickly identify where the issue location
Expand Down
3 changes: 3 additions & 0 deletions tesseract_scene_graph/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_scene_graph
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.22.2 (2024-06-10)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions tesseract_srdf/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_srdf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.22.2 (2024-06-10)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions tesseract_state_solver/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_state_solver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fixes for building on Ubuntu Noble (`#1016 <https://github.com/tesseract-robotics/tesseract/issues/1016>`_)
* Contributors: Roelof Oomen

0.22.2 (2024-06-10)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions tesseract_support/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.22.2 (2024-06-10)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions tesseract_urdf/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fixes for building on Ubuntu Noble (`#1016 <https://github.com/tesseract-robotics/tesseract/issues/1016>`_)
* Contributors: Roelof Oomen

0.22.2 (2024-06-10)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions tesseract_visualization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_visualization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fixes for building on Ubuntu Noble (`#1016 <https://github.com/tesseract-robotics/tesseract/issues/1016>`_)
* Contributors: Roelof Oomen

0.22.2 (2024-06-10)
-------------------

Expand Down

0 comments on commit 9740385

Please sign in to comment.