Skip to content

Commit 48481a4

Browse files
Update changelogs for 2.8.0 (#317)
* Update changelogs Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai> * 2.8.0 Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai> * Add changelog for #294 Signed-off-by: Michael X. Grey <greyxmike@gmail.com> * Add contributor Signed-off-by: Michael X. Grey <greyxmike@gmail.com> --------- Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai> Signed-off-by: Michael X. Grey <greyxmike@gmail.com> Co-authored-by: Grey <greyxmike@gmail.com>
1 parent 5ca0eb2 commit 48481a4

File tree

17 files changed

+40
-10
lines changed

17 files changed

+40
-10
lines changed

rmf_demos/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rmf_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.8.0 (2025-07-21)
6+
------------------
7+
* Add mutex group supervisor to common launch file (`#310 <https://github.com/open-rmf/rmf_demos/issues/310>`_)
8+
Co-authored-by: yadunund <yadunund@intrinsic.ai>
9+
* Contributors: Grey
10+
511
2.7.0 (2025-06-09)
612
------------------
713

rmf_demos/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_demos</name>
5-
<version>2.7.0</version>
5+
<version>2.8.0</version>
66
<description>Common launch files for RMF demos</description>
77
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>

rmf_demos_assets/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf_demos_assets
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.8.0 (2025-07-21)
6+
------------------
7+
58
2.7.0 (2025-06-09)
69
------------------
710

rmf_demos_assets/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_demos_assets</name>
5-
<version>2.7.0</version>
5+
<version>2.8.0</version>
66
<description>Models and other media used for RMF demos</description>
77
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>

rmf_demos_bridges/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rmf_demos_bridges
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.8.0 (2025-07-21)
6+
------------------
7+
58
2.7.0 (2025-06-09)
69
------------------
710

rmf_demos_bridges/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_demos_bridges</name>
5-
<version>2.7.0</version>
5+
<version>2.8.0</version>
66
<description>Nodes for bridging between different communication stacks</description>
77
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<license>Apache 2.0</license>

rmf_demos_bridges/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version='2.7.0',
7+
version='2.8.0',
88
packages=[package_name],
99
data_files=[
1010
(

rmf_demos_fleet_adapter/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rmf_demos_fleet_adapter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.8.0 (2025-07-21)
6+
------------------
7+
* Generate new cmd_id for stop request (`#294 <https://github.com/open-rmf/rmf_demos/pull/294>`_)
8+
* Contributors: Cheng-Wei Chen
9+
510
2.7.0 (2025-06-09)
611
------------------
712

rmf_demos_fleet_adapter/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rmf_demos_fleet_adapter</name>
5-
<version>2.7.0</version>
5+
<version>2.8.0</version>
66
<description>Fleet adapters for interfacing with RMF Demos robots with a fleet manager via REST API</description>
77
<maintainer email="xiyu@openrobotics.org">Xi Yu Oh</maintainer>
88
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>

rmf_demos_fleet_adapter/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name=package_name,
11-
version='2.7.0',
11+
version='2.8.0',
1212
packages=find_packages(),
1313
data_files=[
1414
(

0 commit comments

Comments
 (0)