Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.22 tag and changelogs #110

Merged
merged 4 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading