Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadunund committed Jun 6, 2023
1 parent 4df9331 commit 6480986
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions rmf_building_map_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rmf\_building\_map\_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.7.0 (2023-06-06)
------------------
* Switch to rst changelogs (`#464 <https://github.com/open-rmf/rmf_traffic_editor/pull/464>`_)
* Add texture for white wall (`#463 <https://github.com/open-rmf/rmf_traffic_editor/pull/463>`_)
* Fix navgraph generation for connected docking waypoints (`#452 <https://github.com/open-rmf/rmf_traffic_editor/pull/452>`_)
Expand Down
2 changes: 1 addition & 1 deletion rmf_building_map_tools/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_building_map_tools</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>RMF Building map tools</description>
<maintainer email="mquigley@openrobotics.org">Morgan Quigley</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rmf_building_map_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='1.6.0',
version='1.7.0',
packages=[
'building_crowdsim',
'building_crowdsim.navmesh',
Expand Down
4 changes: 2 additions & 2 deletions rmf_traffic_editor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rmf\_traffic\_editor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.7.0 (2023-06-06)
------------------
* Switch to rst changelogs (`#464 <https://github.com/open-rmf/rmf_traffic_editor/pull/464>`_)
* Contributors: Yadunund

Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor/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_traffic_editor</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>traffic editor</description>
<maintainer email="morgan@openrobotics.org">Morgan Quigley</maintainer>
<maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rmf_traffic_editor_assets/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rmf\_traffic\_editor\_assets
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.7.0 (2023-06-06)
------------------
* Switch to rst changelogs (`#464 <https://github.com/open-rmf/rmf_traffic_editor/pull/464>`_)
* Migrate to using gzsim server url for fuel (`#454 <https://github.com/open-rmf/rmf_traffic_editor/pull/454>`_)
* Contributors: Aaron Chong, Yadunund
Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor_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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rmf_traffic_editor_assets</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>Assets for use with traffic_editor.</description>

<maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor_assets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name=package_name,
version='1.6.0',
version='1.7.0',
packages=[],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions rmf_traffic_editor_test_maps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rmf\_traffic\_editor\_test\_maps
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.7.0 (2023-06-06)
------------------
* Switch to rst changelogs (`#464 <https://github.com/open-rmf/rmf_traffic_editor/pull/464>`_)
* Fix test map generation with new commands (`#456 <https://github.com/open-rmf/rmf_traffic_editor/pull/456>`_)
* Contributors: Aaron Chong, Yadunund
Expand Down
2 changes: 1 addition & 1 deletion rmf_traffic_editor_test_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_traffic_editor_test_maps</name>
<version>1.6.0</version>
<version>1.7.0</version>
<description>
Some test maps for traffic_editor and rmf_building_map_tools.
</description>
Expand Down

0 comments on commit 6480986

Please sign in to comment.