Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Mar 24, 2022
1 parent fab4dc7 commit ae6b7d0
Show file tree
Hide file tree
Showing 11 changed files with 104 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tesseract_collision/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package tesseract_collision
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization for Environment commands and all underlying types (`#726 <https://github.com/tesseract-robotics/tesseract/issues/726>`_)
* Add serialization macros to tesseract_common
* Add serialization for tesseract_geometry primatives
* Add serialization for meshes and octree
* Add serialization for Link and Joint
* Add serialization for tesseract_common types
* Add serialization for SceneGraph and SceneState
* Add serialization for tesseract_srdf and tesseract_common types
* Add serialization for environment commands
* Fix bug in getCollisionObjectPairs
* Contributors: Matthew Powelson

0.8.4 (2022-03-03)
------------------
* Add TESSERACT_ENABLE_EXAMPLES compile option
Expand Down
15 changes: 15 additions & 0 deletions tesseract_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package tesseract_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization for Environment commands and all underlying types (`#726 <https://github.com/tesseract-robotics/tesseract/issues/726>`_)
* Add serialization macros to tesseract_common
* Add serialization for tesseract_geometry primatives
* Add serialization for meshes and octree
* Add serialization for Link and Joint
* Add serialization for tesseract_common types
* Add serialization for SceneGraph and SceneState
* Add serialization for tesseract_srdf and tesseract_common types
* Add serialization for environment commands
* Fix bug in getCollisionObjectPairs
* Adjust for breaking change in Boost DLL 1.76
* Contributors: Josh Langsfeld, Matthew Powelson

0.8.4 (2022-03-03)
------------------
* Set TESSERACT_ENABLE_EXAMPLES default to ON
Expand Down
15 changes: 15 additions & 0 deletions tesseract_environment/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package tesseract_environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization for Environment commands and all underlying types (`#726 <https://github.com/tesseract-robotics/tesseract/issues/726>`_)
* Add serialization macros to tesseract_common
* Add serialization for tesseract_geometry primatives
* Add serialization for meshes and octree
* Add serialization for Link and Joint
* Add serialization for tesseract_common types
* Add serialization for SceneGraph and SceneState
* Add serialization for tesseract_srdf and tesseract_common types
* Add serialization for environment commands
* Fix bug in getCollisionObjectPairs
* Add methods for getting link transform information from state solver
* Contributors: Levi Armstrong, Matthew Powelson

0.8.4 (2022-03-03)
------------------
* Add method to environment to get relative link transform
Expand Down
14 changes: 14 additions & 0 deletions tesseract_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package tesseract_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization for Environment commands and all underlying types (`#726 <https://github.com/tesseract-robotics/tesseract/issues/726>`_)
* Add serialization macros to tesseract_common
* Add serialization for tesseract_geometry primatives
* Add serialization for meshes and octree
* Add serialization for Link and Joint
* Add serialization for tesseract_common types
* Add serialization for SceneGraph and SceneState
* Add serialization for tesseract_srdf and tesseract_common types
* Add serialization for environment commands
* Fix bug in getCollisionObjectPairs
* Contributors: Matthew Powelson

0.8.4 (2022-03-03)
------------------
* cmake format
Expand Down
3 changes: 3 additions & 0 deletions tesseract_kinematics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_kinematics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.8.4 (2022-03-03)
------------------
* Add overload method for calcInvKin to take single KinGroupIKInput
Expand Down
15 changes: 15 additions & 0 deletions tesseract_scene_graph/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package tesseract_scene_graph
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization for Environment commands and all underlying types (`#726 <https://github.com/tesseract-robotics/tesseract/issues/726>`_)
* Add serialization macros to tesseract_common
* Add serialization for tesseract_geometry primatives
* Add serialization for meshes and octree
* Add serialization for Link and Joint
* Add serialization for tesseract_common types
* Add serialization for SceneGraph and SceneState
* Add serialization for tesseract_srdf and tesseract_common types
* Add serialization for environment commands
* Fix bug in getCollisionObjectPairs
* Fix incorrect linking to console_bridge for tesseract_scene_graph example
* Contributors: Josh Langsfeld, Matthew Powelson

0.8.4 (2022-03-03)
------------------
* cmake format
Expand Down
14 changes: 14 additions & 0 deletions tesseract_srdf/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package tesseract_srdf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add boost serialization for Environment commands and all underlying types (`#726 <https://github.com/tesseract-robotics/tesseract/issues/726>`_)
* Add serialization macros to tesseract_common
* Add serialization for tesseract_geometry primatives
* Add serialization for meshes and octree
* Add serialization for Link and Joint
* Add serialization for tesseract_common types
* Add serialization for SceneGraph and SceneState
* Add serialization for tesseract_srdf and tesseract_common types
* Add serialization for environment commands
* Fix bug in getCollisionObjectPairs
* Contributors: Matthew Powelson

0.8.4 (2022-03-03)
------------------
* cmake format
Expand Down
5 changes: 5 additions & 0 deletions tesseract_state_solver/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_state_solver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add methods for getting link transform information from state solver
* Contributors: Levi Armstrong

0.8.4 (2022-03-03)
------------------

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

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

0.8.4 (2022-03-03)
------------------

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

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

0.8.4 (2022-03-03)
------------------
* cmake format
Expand Down
3 changes: 3 additions & 0 deletions tesseract_visualization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tesseract_visualization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.8.4 (2022-03-03)
------------------

Expand Down

0 comments on commit ae6b7d0

Please sign in to comment.