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 25, 2024
1 parent 376a16d commit e53b3a8
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tesseract_command_language/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package tesseract_command_language
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization support to Profile dictionary
* Remove TaskComposerProblem and leverage TaskComposerDataStorage instead (`#469 <https://github.com/tesseract-robotics/tesseract_planning/issues/469>`_)
* Contributors: Levi Armstrong

0.22.1 (2024-06-12)
-------------------

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

Forthcoming
-----------
* Environment should be stored as const in data storage
* Remove TaskComposerProblem and leverage TaskComposerDataStorage instead (`#469 <https://github.com/tesseract-robotics/tesseract_planning/issues/469>`_)
* Fixes for building on Ubuntu Noble
* Contributors: Levi Armstrong, Roelof Oomen

0.22.1 (2024-06-12)
-------------------

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

Forthcoming
-----------
* Remove TaskComposerProblem and leverage TaskComposerDataStorage instead (`#469 <https://github.com/tesseract-robotics/tesseract_planning/issues/469>`_)
* Fixes for building on Ubuntu Noble
* Contributors: Levi Armstrong, Roelof Oomen

0.22.1 (2024-06-12)
-------------------

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

Forthcoming
-----------
* Add name to data storage to hold pipeline name
* Improve dotgraph
* Fix discrete and continuous task info constructors
* Remove task_composer_problem.h
* Add check for expected keys to TaskComposerGraph
* Update task composer readme
* Do not export plugin libraries (`#474 <https://github.com/tesseract-robotics/tesseract_planning/issues/474>`_)
* Make disabled task dotgraph color yellow
* Environment should be stored as const in data storage
* fix applyCorrectionWorkflow definition
* Remove TaskComposerProblem and leverage TaskComposerDataStorage instead (`#469 <https://github.com/tesseract-robotics/tesseract_planning/issues/469>`_)
* Fixes for building on Ubuntu Noble
* Contributors: Levi Armstrong, Roelof Oomen

0.22.1 (2024-06-12)
-------------------
* Fix: Add cost to cost_infos instead of cnt_infos
Expand Down
3 changes: 3 additions & 0 deletions tesseract_time_parameterization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_time_parameterization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.22.1 (2024-06-12)
-------------------

Expand Down

0 comments on commit e53b3a8

Please sign in to comment.