Skip to content

Commit 0849231

Browse files
Update changelogs
1 parent bc19bfe commit 0849231

File tree

5 files changed

+46
-0
lines changed

5 files changed

+46
-0
lines changed

tesseract_command_language/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Move profile dictionary to tesseract_common
8+
* Fix codecov CI
9+
* Contributors: Levi Armstrong
10+
511
0.29.1 (2025-03-21)
612
-------------------
713

tesseract_examples/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_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Move profile dictionary to tesseract_common
8+
* Rename PlanProfile to MoveProfile
9+
* Fix issues with how Collision Check Config was being used
10+
* Update to changes with legacy trajopt leveraging trajopt_common::TrajOptCollisionConfig
11+
* Contributors: Levi Armstrong
12+
513
0.29.1 (2025-03-21)
614
-------------------
715

tesseract_motion_planners/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Move profile dictionary to tesseract_common
8+
* Rename PlanProfile to MoveProfile
9+
* Allow enabling OSQP workspace update via settings
10+
* Moved opt_params to the TrajOptIfoptSolverProfile class to match the structure of TrajOptSolverProfile/TrajOpOSQPSolverProfile (`#608 <https://github.com/tesseract-robotics/tesseract_planning/issues/608>`_)
11+
* Store OSQPEigenSettings as unique_ptr (`#610 <https://github.com/tesseract-robotics/tesseract_planning/issues/610>`_)
12+
* Demangle profile class name
13+
* Swap descartes assert with motion planning failure (`#606 <https://github.com/tesseract-robotics/tesseract_planning/issues/606>`_)
14+
* Fix codecov CI
15+
* Fix issues with how Collision Check Config was being used
16+
* Update to changes with legacy trajopt leveraging trajopt_common::TrajOptCollisionConfig
17+
* Contributors: Levi Armstrong, Michael Ripperger, Roelof Oomen
18+
519
0.29.1 (2025-03-21)
620
-------------------
721
* Store OSQPEigenSettings by value

tesseract_task_composer/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Move profile dictionary to tesseract_common
8+
* Rename PlanProfile to MoveProfile
9+
* Remove use of use_weighted_sum in trajopt config
10+
* Update to leverage boost_plugin_loader
11+
* Added class type to task composer dotgraph description
12+
* Fix codecov CI
13+
* Fix issues with how Collision Check Config was being used
14+
* Update to changes with legacy trajopt leveraging trajopt_common::TrajOptCollisionConfig
15+
* Contributors: Levi Armstrong, Michael Ripperger
16+
517
0.29.1 (2025-03-21)
618
-------------------
719

tesseract_time_parameterization/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Removed unnecessary asserts in time parameterization utility
8+
* Fix codecov CI
9+
* Contributors: Levi Armstrong, Michael Ripperger
10+
511
0.29.1 (2025-03-21)
612
-------------------
713

0 commit comments

Comments
 (0)