Skip to content

Commit

Permalink
Update changelogs and release 2.5.0 into rolling (#268)
Browse files Browse the repository at this point in the history
* Add changelogs

Signed-off-by: Luca Della Vedova <[email protected]>

* 2.5.0

Signed-off-by: Luca Della Vedova <[email protected]>

---------

Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova authored Nov 27, 2024
1 parent b100888 commit 8844e41
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 10 deletions.
6 changes: 6 additions & 0 deletions rmf_demos/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmf_demos
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------
* Provide example for robot-specific finishing request (`#255 <https://github.com/open-rmf/rmf_demos/issues/255>`_)
* Add proto-reservation node as core part of RMF (`#212 <https://github.com/open-rmf/rmf_demos/issues/212>`_)
* Contributors: Arjo Chakravarty, Xiyu

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Common launch files for RMF demos</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rmf_demos_assets/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf_demos_assets
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------
* Use environment hooks for plugins / assets (`#262 <https://github.com/open-rmf/rmf_demos/issues/262>`_)
* Contributors: Luca Della Vedova

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_assets/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos_assets</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Models and other media used for RMF demos</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rmf_demos_bridges/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rmf_demos_bridges
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_bridges/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos_bridges</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Nodes for bridging between different communication stacks</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_bridges/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='2.4.0',
version='2.5.0',
packages=[package_name],
data_files=[
(
Expand Down
9 changes: 9 additions & 0 deletions rmf_demos_fleet_adapter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rmf_demos_fleet_adapter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------
* Add proto-reservation node as core part of RMF (`#212 <https://github.com/open-rmf/rmf_demos/issues/212>`_)
* Remove nav graph for fleet manager and update Office world (`#263 <https://github.com/open-rmf/rmf_demos/issues/263>`_)
* Fix existing style issues (`#252 <https://github.com/open-rmf/rmf_demos/issues/252>`_)
* Fixes undefined variable in `FleetManager` (`#251 <https://github.com/open-rmf/rmf_demos/issues/251>`_)
* Add attach cart action (`#225 <https://github.com/open-rmf/rmf_demos/issues/225>`_)
* Contributors: Arjo Chakravarty, Luca Della Vedova, Xiyu

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_fleet_adapter/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos_fleet_adapter</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Fleet adapters for interfacing with RMF Demos robots with a fleet manager via REST API</description>
<maintainer email="[email protected]">Xi Yu Oh</maintainer>
<maintainer email="[email protected]">Yadunund</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_fleet_adapter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=package_name,
version='2.4.0',
version='2.5.0',
packages=find_packages(),
data_files=[
(
Expand Down
7 changes: 7 additions & 0 deletions rmf_demos_gz/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rmf_demos_gz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------
* Add proto-reservation node as core part of RMF (`#212 <https://github.com/open-rmf/rmf_demos/issues/212>`_)
* Adds the ability to set the update rate of the simulation (`#264 <https://github.com/open-rmf/rmf_demos/issues/264>`_)
* Use environment hooks for plugins / assets (`#262 <https://github.com/open-rmf/rmf_demos/issues/262>`_)
* Contributors: Arjo Chakravarty, Luca Della Vedova

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_gz/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos_gz</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>Launch files for RMF demos using the Gazebo simulator</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<maintainer email="[email protected]">Luca Della Vedova</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions rmf_demos_maps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmf_demos_maps
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------
* Add proto-reservation node as core part of RMF (`#212 <https://github.com/open-rmf/rmf_demos/issues/212>`_)
* Remove nav graph for fleet manager and update Office world (`#263 <https://github.com/open-rmf/rmf_demos/issues/263>`_)
* Contributors: Arjo Chakravarty, Xiyu

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_maps/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos_maps</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>A package containing demo maps for rmf</description>
<maintainer email="[email protected]">Aaron Chong</maintainer>
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>
Expand Down
8 changes: 8 additions & 0 deletions rmf_demos_tasks/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rmf_demos_tasks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.5.0 (2024-11-27)
------------------
* Add proto-reservation node as core part of RMF (`#212 <https://github.com/open-rmf/rmf_demos/issues/212>`_)
* Fix existing style issues (`#252 <https://github.com/open-rmf/rmf_demos/issues/252>`_)
* Add attach cart action (`#225 <https://github.com/open-rmf/rmf_demos/issues/225>`_)
* Adding requester and request time for dispatch scripts (`#240 <https://github.com/open-rmf/rmf_demos/issues/240>`_)
* Contributors: Aaron Chong, Arjo Chakravarty, Luca Della Vedova, Xiyu

2.4.0 (2024-06-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_tasks/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmf_demos_tasks</name>
<version>2.4.0</version>
<version>2.5.0</version>
<description>A package containing scripts for demos</description>
<author email= "[email protected]">Grey</author>
<maintainer email="[email protected]">Yadunund</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_tasks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='2.4.0',
version='2.5.0',
packages=[package_name],
data_files=[
(
Expand Down

0 comments on commit 8844e41

Please sign in to comment.