Skip to content

Commit d30df72

Browse files
Update changelogs
1 parent 189269e commit d30df72

File tree

5 files changed

+65
-0
lines changed

5 files changed

+65
-0
lines changed

tesseract_command_language/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Simplify the use of poly types
8+
* Add constructors to WaypointPoly to support State, Joint and Cartesian Interface class
9+
* Update because of changes with AnyPoly
10+
* Fix clang-tidy errors
11+
* Add documentation to instruction poly types
12+
* Leverage inheritance over type erasure for instructions
13+
* Add documentation to waypoint poly types
14+
* Remove no longer needed methods from the move instruction
15+
* Leverage inheritance over type erasure for waypoints
16+
* Update to leverage std::filesystem
17+
* Update to clang-tidy-17 (`#591 <https://github.com/tesseract-robotics/tesseract_planning/issues/591>`_)
18+
* Contributors: Levi Armstrong
19+
520
0.28.4 (2025-01-22)
621
-------------------
722

tesseract_examples/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Simplify the use of poly types
8+
* Add constructors to WaypointPoly to support State, Joint and Cartesian Interface class
9+
* Leverage inheritance over type erasure for waypoints
10+
* Leverage tesseract_collision CollisionEvaluatorType
11+
* Update to leverage std::filesystem
12+
* Update to clang-tidy-17 (`#591 <https://github.com/tesseract-robotics/tesseract_planning/issues/591>`_)
13+
* Contributors: Levi Armstrong
14+
515
0.28.4 (2025-01-22)
616
-------------------
717

tesseract_motion_planners/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix: deleted default constructors do not allow serialization (`#600 <https://github.com/tesseract-robotics/tesseract_planning/issues/600>`_)
8+
* Simplify the use of poly types
9+
* Add constructors to WaypointPoly to support State, Joint and Cartesian Interface class
10+
* Leverage inheritance over type erasure for instructions
11+
* Remove no longer needed methods from the move instruction
12+
* Leverage inheritance over type erasure for waypoints
13+
* Remove duplicated serialize from different class (`#595 <https://github.com/tesseract-robotics/tesseract_planning/issues/595>`_)
14+
* Leverage tesseract_collision CollisionEvaluatorType
15+
* Update to leverage std::filesystem
16+
* Update to clang-tidy-17 (`#591 <https://github.com/tesseract-robotics/tesseract_planning/issues/591>`_)
17+
* Fix isValidState in planner_utils.h
18+
* Contributors: Levi Armstrong, Roelof Oomen
19+
520
0.28.4 (2025-01-22)
621
-------------------
722

tesseract_task_composer/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Simplify the use of poly types
8+
* Add constructors to WaypointPoly to support State, Joint and Cartesian Interface class
9+
* Update because of changes with AnyPoly
10+
* Leverage inheritance over type erasure for instructions
11+
* Remove no longer needed methods from the move instruction
12+
* Leverage inheritance over type erasure for waypoints
13+
* Leverage tesseract_collision CollisionEvaluatorType
14+
* Update to leverage std::filesystem
15+
* Update to clang-tidy-17 (`#591 <https://github.com/tesseract-robotics/tesseract_planning/issues/591>`_)
16+
* Remove unimplemented method TaskComposerContext abort that takes a node
17+
* Add python specific method to task composer graph and server
18+
* Remove use of TaskComposerNodeInfo::UPtr and just use TaskComposerNodeInfo instead
19+
* Fix missing include for use of shared_ptr
20+
* Contributors: Joseph Schornak, Levi Armstrong
21+
522
0.28.4 (2025-01-22)
623
-------------------
724
* Update task composer examples to leverage resource url

tesseract_time_parameterization/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_time_parameterization
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Simplify the use of poly types
8+
* Add constructors to WaypointPoly to support State, Joint and Cartesian Interface class
9+
* Leverage inheritance over type erasure for instructions
10+
* Update to clang-tidy-17 (`#591 <https://github.com/tesseract-robotics/tesseract_planning/issues/591>`_)
11+
* Contributors: Levi Armstrong
12+
513
0.28.4 (2025-01-22)
614
-------------------
715

0 commit comments

Comments
 (0)