Skip to content

Commit

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

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* A few fixes that were needed for Windows (`#708 <https://github.com/tesseract-robotics/tesseract/issues/708>`_)
* Make HACDConvexDecomposition library optional
Bullet extras are not easily obtained on Windows. If found, build library, otherwise ignore. Also the plain ConvexDecomposition library is looked for but never used and so removed entirely.
* Check if Bullet CMake variables are using absolute paths
For some reasons, the vcpkg ported version changes the config file to
use absolute paths instead of relative to BULLET_ROOT_DIR
* Add include for std::string
Co-authored-by: Levi Armstrong <[email protected]>
* Contributors: John Wason, Josh Langsfeld

0.8.2 (2022-01-27)
------------------
* Remove unneeded boost bind include
Expand Down
5 changes: 5 additions & 0 deletions tesseract_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* Contributors: John Wason

0.8.2 (2022-01-27)
------------------
* Add ability to provide calibration information in the SRDF (`#703 <https://github.com/tesseract-robotics/tesseract/issues/703>`_)
Expand Down
13 changes: 13 additions & 0 deletions tesseract_environment/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package tesseract_environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* A few fixes that were needed for Windows (`#708 <https://github.com/tesseract-robotics/tesseract/issues/708>`_)
* Make HACDConvexDecomposition library optional
Bullet extras are not easily obtained on Windows. If found, build library, otherwise ignore. Also the plain ConvexDecomposition library is looked for but never used and so removed entirely.
* Check if Bullet CMake variables are using absolute paths
For some reasons, the vcpkg ported version changes the config file to
use absolute paths instead of relative to BULLET_ROOT_DIR
* Add include for std::string
Co-authored-by: Levi Armstrong <[email protected]>
* Contributors: John Wason, Josh Langsfeld

0.8.2 (2022-01-27)
------------------
* Add ability to provide calibration information in the SRDF (`#703 <https://github.com/tesseract-robotics/tesseract/issues/703>`_)
Expand Down
5 changes: 5 additions & 0 deletions tesseract_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tesseract_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* Contributors: John Wason

0.8.2 (2022-01-27)
------------------

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

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* Update UR Kinematics Parameters for e-series
UR10eParameters, UR5eParameters and UR3eParameters values were slightly
off compared to official documentation. We updated them to match.
* Contributors: John Wason, Leo Ghafari

0.8.2 (2022-01-27)
------------------

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

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* Contributors: John Wason

0.8.2 (2022-01-27)
------------------

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

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* Sort ACM alphabetically when writing
* Contributors: John Wason, Matthew Powelson

0.8.2 (2022-01-27)
------------------
* Add ability to provide calibration information in the SRDF (`#703 <https://github.com/tesseract-robotics/tesseract/issues/703>`_)
Expand Down
6 changes: 6 additions & 0 deletions tesseract_state_solver/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package tesseract_state_solver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Python patches for Feb 2022 update (`#716 <https://github.com/tesseract-robotics/tesseract/issues/716>`_)
* Add missing UPtr and ConstUPtr typedef for KDL and OFKT state solver (`#711 <https://github.com/tesseract-robotics/tesseract/issues/711>`_)
* Contributors: John Wason, Levi Armstrong

0.8.2 (2022-01-27)
------------------

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.2 (2022-01-27)
------------------
* Add ability to provide calibration information in the SRDF (`#703 <https://github.com/tesseract-robotics/tesseract/issues/703>`_)
Expand Down
8 changes: 8 additions & 0 deletions tesseract_urdf/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package tesseract_urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix Boost_VERSION in tesseract_urdf to check for Boost_VERSION_MACRO (`#717 <https://github.com/tesseract-robotics/tesseract/issues/717>`_)
* Fix Boost_VERSION in tesseract_urdf to check for Boost_VERSION_MACRO
* cmake-format
* Modifying Boost_VERSION check to use semver
* Contributors: John Wason, Kyle Staub

0.8.2 (2022-01-27)
------------------

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.2 (2022-01-27)
------------------

Expand Down

0 comments on commit d280668

Please sign in to comment.