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

Bump main to 2.3.0 #72

Merged
merged 4 commits into from
Jun 2, 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
3 changes: 3 additions & 0 deletions rmf_visualization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rmf_visualization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------

2.2.1 (2023-08-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization/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_visualization</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>Package containing a single launch file to bringup various visualizations</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
7 changes: 7 additions & 0 deletions rmf_visualization_building_systems/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rmf_visualization_building_systems
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------
* Update CI to run on noble and address uncrustify issues (`#73 <https://github.com/open-rmf/rmf_visualization/pull/73>`_)
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)
* Fix deprecated QoS warnings (`#69 <https://github.com/open-rmf/rmf_visualization/pull/69>`_)
* Contributors: Arjo Chakravarty, Teo Koon Peng, Yadunund

2.2.1 (2023-08-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_building_systems/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_visualization_building_systems</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A visualizer for doors and lifts</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_building_systems/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='2.2.1',
version='2.3.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
5 changes: 5 additions & 0 deletions rmf_visualization_fleet_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf_visualization_fleet_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)
* Contributors: Teo Koon Peng

2.2.1 (2023-08-28)
------------------
* Improve linking times (`#61 <https://github.com/open-rmf/rmf_visualization/pull/61>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_fleet_states/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_visualization_fleet_states</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A package to visualize positions of robots from different fleets in the a building</description>
<maintainer email="mquigley@openrobotics.org">Morgan Quigley</maintainer>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rmf_visualization_floorplans/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf_visualization_floorplan
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)
* Contributors: Teo Koon Peng

2.2.1 (2023-08-28)
------------------
* Improve linking times (`#61 <https://github.com/open-rmf/rmf_visualization/pull/61>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_floorplans/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_visualization_floorplans</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A package to visualize the floorplans for levels in a building</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
6 changes: 6 additions & 0 deletions rmf_visualization_navgraphs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmf_visualization_navgraphs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------
* Update CI to run on noble and address uncrustify issues (`#73 <https://github.com/open-rmf/rmf_visualization/pull/73>`_)
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)
* Contributors: Teo Koon Peng, Yadunund

2.2.1 (2023-08-28)
------------------
* Improve linking times (`#61 <https://github.com/open-rmf/rmf_visualization/pull/61>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_navgraphs/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_visualization_navgraphs</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A package to visualiize the navigation graphs of fleets</description>
<maintainer email="yadunund@openrobotics.com">Yadunund</maintainer>
<license>Apache license 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions rmf_visualization_obstacles/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rmf_visualization_obstacles
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------

2.2.1 (2023-08-28)
------------------
* Improve linking times (`#61 <https://github.com/open-rmf/rmf_visualization/pull/61>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_obstacles/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_visualization_obstacles</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A visualizer for obstacles in RMF</description>
<maintainer email="yadunund@openrobotics.com">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
7 changes: 7 additions & 0 deletions rmf_visualization_rviz2_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rmf_visualization_rviz2_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------
* Update CI to run on noble and address uncrustify issues (`#73 <https://github.com/open-rmf/rmf_visualization/pull/73>`_)
* Explicitly specify all qos depth (`#70 <https://github.com/open-rmf/rmf_visualization/pull/70>`_)
* Fix adapter lift request publisher QoS to transient local (`#66 <https://github.com/open-rmf/rmf_visualization/pull/66>`_)
* Contributors: Luca Della Vedova, Teo Koon Peng, Yadunund

2.2.1 (2023-08-28)
------------------
* Improve linking times (`#61 <https://github.com/open-rmf/rmf_visualization/pull/61>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_rviz2_plugins/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_visualization_rviz2_plugins</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A package containing RViz2 plugins for RMF</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions rmf_visualization_schedule/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rmf_visualization_schedule
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.3.0 (2024-06-01)
------------------
* Update CI to run on noble and address uncrustify issues (`#73 <https://github.com/open-rmf/rmf_visualization/pull/73>`_)
* Contributors: Yadunund

2.2.1 (2023-08-28)
------------------
* Improve linking times (`#61 <https://github.com/open-rmf/rmf_visualization/pull/61>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_visualization_schedule/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_visualization_schedule</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>A visualizer for trajectories in rmf schedule</description>
<maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
Loading