Skip to content

Commit dc7b120

Browse files
authored
Bump main to 2.3.1 (#75)
* Update changelogs Signed-off-by: Yadunund <yadunund@intrinsic.ai> * 2.3.1 Signed-off-by: Yadunund <yadunund@intrinsic.ai> --------- Signed-off-by: Yadunund <yadunund@intrinsic.ai>
1 parent e6e256b commit dc7b120

File tree

17 files changed

+35
-9
lines changed

17 files changed

+35
-9
lines changed

rmf_visualization/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_visualization
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.1 (2024-06-06)
6+
------------------
7+
58
2.3.0 (2024-06-01)
69
------------------
710

rmf_visualization/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_visualization</name>
5-
<version>2.3.0</version>
5+
<version>2.3.1</version>
66
<description>Package containing a single launch file to bringup various visualizations</description>
77
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>

rmf_visualization_building_systems/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_visualization_building_systems
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.1 (2024-06-06)
6+
------------------
7+
58
2.3.0 (2024-06-01)
69
------------------
710
* Update CI to run on noble and address uncrustify issues (`#73 <https://github.com/open-rmf/rmf_visualization/pull/73>`_)

rmf_visualization_building_systems/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_visualization_building_systems</name>
5-
<version>2.3.0</version>
5+
<version>2.3.1</version>
66
<description>A visualizer for doors and lifts</description>
77
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>

rmf_visualization_building_systems/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.3.0',
7+
version='2.3.1',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

rmf_visualization_fleet_states/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_visualization_fleet_states
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.1 (2024-06-06)
6+
------------------
7+
58
2.3.0 (2024-06-01)
69
------------------
710
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)

rmf_visualization_fleet_states/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_visualization_fleet_states</name>
5-
<version>2.3.0</version>
5+
<version>2.3.1</version>
66
<description>A package to visualize positions of robots from different fleets in the a building</description>
77
<maintainer email="mquigley@openrobotics.org">Morgan Quigley</maintainer>
88
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>

rmf_visualization_floorplans/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_visualization_floorplan
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.1 (2024-06-06)
6+
------------------
7+
58
2.3.0 (2024-06-01)
69
------------------
710
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)

rmf_visualization_floorplans/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_visualization_floorplans</name>
5-
<version>2.3.0</version>
5+
<version>2.3.1</version>
66
<description>A package to visualize the floorplans for levels in a building</description>
77
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
88
<license>Apache License 2.0</license>

rmf_visualization_navgraphs/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_visualization_navgraphs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.1 (2024-06-06)
6+
------------------
7+
58
2.3.0 (2024-06-01)
69
------------------
710
* Update CI to run on noble and address uncrustify issues (`#73 <https://github.com/open-rmf/rmf_visualization/pull/73>`_)

0 commit comments

Comments
 (0)