Skip to content
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
19 changes: 19 additions & 0 deletions rmf_task/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ Changelog for package rmf_task
* Customizable weights for task assignment cost (`#129 <https://github.com/open-rmf/rmf_task/issues/129>`_)
* Contributors: kj

2.10.0 (2026-06-15)
-------------------
* Fix poorly defined nlohmann_json conversion (`#137 <https://github.com/open-rmf/rmf_task/issues/137>`_)
* Resolve warnings (`#135 <https://github.com/open-rmf/rmf_task/issues/135>`_)
* resolve warnings
* resolve UB
---------
* add charge to labels (`#134 <https://github.com/open-rmf/rmf_task/issues/134>`_)
Co-authored-by: Xiyu <ohxiyu@gmail.com>
* add missing includes for GCC 15 (`#133 <https://github.com/open-rmf/rmf_task/issues/133>`_)
* Prepare for release 2.9 (`#131 <https://github.com/open-rmf/rmf_task/issues/131>`_)
* Update changelogs
* Remove out of date version numbers
* 2.9.0
* Put version numbers back in
---------
* Customizable weights for task assignment cost (`#129 <https://github.com/open-rmf/rmf_task/issues/129>`_)
* Contributors: Aaron Chong, Grey, Guilhem Saurel, kj

2.8.0 (2025-06-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_task/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.0)

project(rmf_task VERSION 2.9.0)
project(rmf_task VERSION 2.10.0)

set(CMAKE_EXPORT_COMPILE_COMMANDS on)

Expand Down
2 changes: 1 addition & 1 deletion rmf_task/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_task</name>
<version>2.9.0</version>
<version>2.10.0</version>
<description>Package for managing tasks in the Robotics Middleware Framework</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
17 changes: 17 additions & 0 deletions rmf_task_sequence/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Changelog for package rmf_task_sequence
* Introduce start_at_departure option for go_to_place event (`#128 <https://github.com/open-rmf/rmf_task/issues/128>`_)
* Contributors: kj

2.10.0 (2026-06-15)
-------------------
* Fix poorly defined nlohmann_json conversion (`#137 <https://github.com/open-rmf/rmf_task/issues/137>`_)
* Resolve warnings (`#135 <https://github.com/open-rmf/rmf_task/issues/135>`_)
* resolve warnings
* resolve UB
---------
* Prepare for release 2.9 (`#131 <https://github.com/open-rmf/rmf_task/issues/131>`_)
* Update changelogs
* Remove out of date version numbers
* 2.9.0
* Put version numbers back in
---------
* Fix nullopt dereference in GoToPlace goal selection (`#130 <https://github.com/open-rmf/rmf_task/issues/130>`_)
* Introduce start_at_departure option for go_to_place event (`#128 <https://github.com/open-rmf/rmf_task/issues/128>`_)
* Contributors: Aaron Chong, Grey, kj

2.8.0 (2025-06-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_task_sequence/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.0)

project(rmf_task_sequence VERSION 2.9.0)
project(rmf_task_sequence VERSION 2.10.0)

set(CMAKE_EXPORT_COMPILE_COMMANDS on)

Expand Down
2 changes: 1 addition & 1 deletion rmf_task_sequence/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_task_sequence</name>
<version>2.9.0</version>
<version>2.10.0</version>
<description>Implementation of phase-sequence tasks for the Robotics Middleware Framework</description>
<maintainer email="grey@openrobotics.org">Grey</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
Loading