Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 20, 2022
1 parent dd7edd0 commit 6892abf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tesseract_command_language/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package tesseract_command_language
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add seed parameter to cartesian waypoint (`#161 <https://github.com/tesseract-robotics/tesseract_planning/issues/161>`_)
* Add path profile to plan and move instruction and modify simple plan profile interface (`#159 <https://github.com/tesseract-robotics/tesseract_planning/issues/159>`_)
* Fix random boost serializaton segfault
* Contributors: Levi Armstrong

0.7.3 (2021-12-21)
------------------

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

Forthcoming
-----------
* Simple planner should default to path profile if it exists
* Relax assert on satisfiesPositionLimits tolernace to 1e-4 for trajopt planners
* Update for fix in checkTrajectory and supporting functions
* Add seed parameter to cartesian waypoint (`#161 <https://github.com/tesseract-robotics/tesseract_planning/issues/161>`_)
* Add path profile to plan and move instruction and modify simple plan profile interface (`#159 <https://github.com/tesseract-robotics/tesseract_planning/issues/159>`_)
* Contributors: Levi Armstrong

0.7.3 (2021-12-21)
------------------

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

Forthcoming
-----------
* Expose save input and output for tasks in process planning request
* Update for fix in checkTrajectory and supporting functions
* Make ProcessPlanningServer::run const (`#160 <https://github.com/tesseract-robotics/tesseract_planning/issues/160>`_)
* Print collision details when fix state collision task trajopt failure
* Contributors: Levi Armstrong, Matthew Powelson

0.7.3 (2021-12-21)
------------------
* Add additional option to fix state collision profile
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.7.3 (2021-12-21)
------------------

Expand Down

0 comments on commit 6892abf

Please sign in to comment.