Skip to content

Commit

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

Forthcoming
-----------
0.8.0 (2022-01-20)
------------------
* 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
Expand Down
2 changes: 1 addition & 1 deletion tesseract_command_language/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_command_language</name>
<version>0.7.3</version>
<version>0.8.0</version>
<description>The Tesseract Command Language package</description>
<author email="[email protected]">Levi Armstrong</author>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions tesseract_motion_planners/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tesseract_motion_planners
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2022-01-20)
------------------
* 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
Expand Down
2 changes: 1 addition & 1 deletion tesseract_motion_planners/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_motion_planners</name>
<version>0.7.3</version>
<version>0.8.0</version>
<description>This contains tesseract planners</description>

<maintainer email="[email protected]">Levi Armstrong</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions tesseract_process_managers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tesseract_process_managers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2022-01-20)
------------------
* 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>`_)
Expand Down
2 changes: 1 addition & 1 deletion tesseract_process_managers/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>tesseract_process_managers</name>
<version>0.7.3</version>
<version>0.8.0</version>
<description>The Process managers package</description>

<maintainer email="[email protected]">Levi Armstrong</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions tesseract_time_parameterization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tesseract_time_parameterization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.8.0 (2022-01-20)
------------------

0.7.3 (2021-12-21)
------------------
Expand Down
2 changes: 1 addition & 1 deletion tesseract_time_parameterization/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_time_parameterization</name>
<version>0.7.3</version>
<version>0.8.0</version>
<description>The Tesseract Time Parameterization package</description>
<author email="[email protected]">Levi Armstrong</author>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
Expand Down

0 comments on commit 6690126

Please sign in to comment.