Skip to content

Commit

Permalink
Merge pull request #110 from marrts/0_22-tag
Browse files Browse the repository at this point in the history
0.22 tag and changelogs
  • Loading branch information
marrts authored Jul 11, 2024
2 parents 709b154 + 4c6a2de commit 297c64e
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tesseract_monitoring/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog for package tesseract_monitoring
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.22.0 (2024-07-11)
-------------------
* - Upgrade tesseract, ros_industrial_cmake_boilerplate and descartes version
- 0.22.0
* Merge pull request `#104 <https://github.com/tesseract-robotics/tesseract_ros2/issues/104>`_ from marrts/update_stable_0-22
* Switch to bitwise comparison
* Move publish_environment_frequency\_ initialization to header
* Fix code quality issues in tesseract_monitoring
* Additional cleanups
* Add fwd to environment_monitor_interface
* Remove commented include
* Fixed a missed fwd declaration bug in tesseract_monitoring
* Fix build issues in tesseract_monitoring
* Simplify thread construction
* Contributors: Roelof Oomen, Tyler Marr

0.21.2 (2024-01-03)
-------------------

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

0.22.0 (2024-07-11)
-------------------
* - Upgrade tesseract, ros_industrial_cmake_boilerplate and descartes version
- 0.22.0
* Update to change in task composer node info
* Add polygon mesh support
* Contributors: Roelof Oomen, Tyler Marr

0.21.2 (2024-01-03)
-------------------

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

0.22.0 (2024-07-11)
-------------------
* - Upgrade tesseract, ros_industrial_cmake_boilerplate and descartes version
- 0.22.0
* Merge pull request `#104 <https://github.com/tesseract-robotics/tesseract_ros2/issues/104>`_ from marrts/update_stable_0-22
* Fix clang tidy in tesseract_planning_server
* Finish fwd for tesseract_planning_server
* Fix build issues in tesseract_planning_server
* Added additional profiles to match common pipelines
* Contributors: Roelof Oomen, Tyler Marr

0.21.2 (2024-01-03)
-------------------

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

0.22.0 (2024-07-11)
-------------------
* - Upgrade tesseract, ros_industrial_cmake_boilerplate and descartes version
- 0.22.0
* Merge pull request `#104 <https://github.com/tesseract-robotics/tesseract_ros2/issues/104>`_ from marrts/update_stable_0-22
* Fix clang tidy in tesseract_ros_examples
* Adding Trajopt_Ifopt option to all examples
* Fix build issues in tesseract_ros_examples
* Contributors: Roelof Oomen, Tyler Marr

0.21.2 (2024-01-03)
-------------------

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

0.22.0 (2024-07-11)
-------------------
* - Upgrade tesseract, ros_industrial_cmake_boilerplate and descartes version
- 0.22.0
* Merge pull request `#104 <https://github.com/tesseract-robotics/tesseract_ros2/issues/104>`_ from marrts/update_stable_0-22
* Fix clang tidy errors in rosutils
* Update to change in task composer node info
* Match tesseract_ros`#233 <https://github.com/tesseract-robotics/tesseract_ros2/issues/233>`_ for tesseract_rosutils/test
* Remove unused deps
* Fix build issues in tesseract_rosutils
* Merge pull request `#95 <https://github.com/tesseract-robotics/tesseract_ros2/issues/95>`_ from marrts/reset_marker_counter
Add ability to reset marker counter without clearing
* Add ability to reset marker counter without clearing
* - Add description parameter to plotTrajectory functions
- Add a plotTrajectories function to plot multiple trajectories in one set
- Minor API change: removed parameter ns from one function, as it was unused but might give the false impression it would be used instead of traj.ns
- Fixed the clear() function, as it removed all markers except the tool markers
* Merge pull request `#93 <https://github.com/tesseract-robotics/tesseract_ros2/issues/93>`_ from marrts/feat/configurable_trajectory_names
Pass description field to trajectory objects
* Pass description field to trajectory objects
* Add polygon mesh support
* Simplify thread construction
* Contributors: Roelof Oomen, Tyler Marr

0.21.2 (2024-01-03)
-------------------

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

0.22.0 (2024-07-11)
-------------------
* - Upgrade tesseract, ros_industrial_cmake_boilerplate and descartes version
- 0.22.0
* Fix adding Octree to entity_container
* Match tesseract_ros`#233 <https://github.com/tesseract-robotics/tesseract_ros2/issues/233>`_ for tesseract_rviz
* Remove more commented includes
* Fix build issues in tesseract_rviz
* Merge pull request `#93 <https://github.com/tesseract-robotics/tesseract_ros2/issues/93>`_ from marrts/feat/configurable_trajectory_names
Pass description field to trajectory objects
* Pass description field to trajectory objects
* Simplify thread construction
* Contributors: Roelof Oomen, Tyler Marr

0.21.2 (2024-01-03)
-------------------

Expand Down

0 comments on commit 297c64e

Please sign in to comment.