Skip to content

Commit 5b0d81f

Browse files
committed
2.2.0
1 parent 6d1b45a commit 5b0d81f

File tree

30 files changed

+45
-45
lines changed

30 files changed

+45
-45
lines changed

grid_map/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.2.0 (2024-07-23)
6+
------------------
77
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
88
Add Ryan as maintainer, remove Steve
99
* Add Ryan as maintainer, remove Steve

grid_map/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>grid_map</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>Meta-package for the universal grid map library.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_cmake_helpers/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_cmake_helpers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.2.0 (2024-07-23)
6+
------------------
77
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
88
Add Ryan as maintainer, remove Steve
99
* Add Ryan as maintainer, remove Steve

grid_map_cmake_helpers/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>grid_map_cmake_helpers</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>CMake support functionality used throughout grid_map</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_core/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.2.0 (2024-07-23)
6+
------------------
77
* Merge pull request `#458 <https://github.com/ANYbotics/grid_map/issues/458>`_ from ANYbotics/ci-temp-skip-octomap-server
88
build: treat several build issues on rolling
99
* suppress warning due to gcc13 bug

grid_map_core/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>grid_map_core</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>Universal grid map library to manage two-dimensional grid maps with multiple data layers.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_costmap_2d/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_costmap_2d
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.2.0 (2024-07-23)
6+
------------------
77
* Merge pull request `#424 <https://github.com/ANYbotics/grid_map/issues/424>`_ from Ryanf55/modern-ament-grid-map-costmap-2d
88
Use ament_export_targets in grid_map_costmap_2d
99
* Remove extra whitespace

grid_map_costmap_2d/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>grid_map_costmap_2d</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>Interface for grid maps to the costmap_2d format.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_cv/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_cv
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.2.0 (2024-07-23)
6+
------------------
77
* Merge pull request `#458 <https://github.com/ANYbotics/grid_map/issues/458>`_ from ANYbotics/ci-temp-skip-octomap-server
88
build: treat several build issues on rolling
99
* suppress warning due to gcc13 bug

grid_map_cv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>grid_map_cv</name>
4-
<version>2.1.0</version>
4+
<version>2.2.0</version>
55
<description>Conversions between grid maps and OpenCV images.</description>
66
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
77
<maintainer email="[email protected]">Yoshua Nava</maintainer>

0 commit comments

Comments
 (0)