Skip to content

Commit d119dbc

Browse files
committed
2.3.0
1 parent 8728173 commit d119dbc

File tree

30 files changed

+45
-45
lines changed

30 files changed

+45
-45
lines changed

grid_map/CHANGELOG.rst

+2-2
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.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map/package.xml

+1-1
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.2.0</version>
5+
<version>2.3.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

+2-2
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.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_cmake_helpers/package.xml

+1-1
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.2.0</version>
5+
<version>2.3.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

+2-2
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.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_core/package.xml

+1-1
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.2.0</version>
5+
<version>2.3.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

+2-2
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.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_costmap_2d/package.xml

+1-1
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.2.0</version>
5+
<version>2.3.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

+2-2
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.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_cv/package.xml

+1-1
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.2.0</version>
4+
<version>2.3.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>

grid_map_demos/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_demos/package.xml

+1-1
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_demos</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>Demo nodes to demonstrate the usage of the grid map library.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_filters/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_filters
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_filters/package.xml

+1-1
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_filters</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>Processing grid maps as a sequence of ROS filters.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_loader/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_loader
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_loader/package.xml

+1-1
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_loader</name>
4-
<version>2.2.0</version>
4+
<version>2.3.0</version>
55
<description>Loading and publishing grid maps from bag files.</description>
66
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
77
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_msgs/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_msgs/package.xml

+1-1
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_msgs</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>Definition of the multi-layered grid map message type.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_octomap/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_octomap
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_octomap/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>grid_map_octomap</name>
4-
<version>2.2.0</version>
4+
<version>2.3.0</version>
55
<description>Conversions between grid maps and OctoMap types.</description>
66
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
77
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_pcl/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ unreleased (2021-06-24)
77
* Replaced pcl_ros dependency with PCL
88
* Contributors: Matthew Young (Trimble Inc)
99

10-
Forthcoming
11-
-----------
10+
2.3.0 (2024-07-29)
11+
------------------
1212

1313
2.2.0 (2024-07-23)
1414
------------------

grid_map_pcl/package.xml

+1-1
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_pcl</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>Conversions between grid maps and Point Cloud Library (PCL) types.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_ros/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77
* Fix LoadFromBag assumptions causing C++ exceptions during serialization (`#438 <https://github.com/ANYbotics/grid_map/issues/438>`_)
88
Fix LoadFromBag assumptions
99
* Not all bags have only GridMap messages

grid_map_ros/package.xml

+1-1
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_ros</name>
4-
<version>2.2.0</version>
4+
<version>2.3.0</version>
55
<description>ROS interface for the grid map library to manage two-dimensional grid maps with multiple data layers.</description>
66
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
77
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_rviz_plugin/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_rviz_plugin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_rviz_plugin/package.xml

+1-1
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_rviz_plugin</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>RViz plugin for displaying grid map messages.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_sdf/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_sdf
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_sdf/package.xml

+1-1
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_sdf</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>Generates signed distance fields from grid maps.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

grid_map_visualization/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package grid_map_visualization
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-29)
6+
------------------
77

88
2.2.0 (2024-07-23)
99
------------------

grid_map_visualization/package.xml

+1-1
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_visualization</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>Configurable tool to visualize grid maps in RViz.</description>
77
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
88
<maintainer email="[email protected]">Yoshua Nava</maintainer>

0 commit comments

Comments
 (0)