Skip to content

Commit 3ae6aa2

Browse files
committedJul 2, 2024·
2.3.0
1 parent 7fa4156 commit 3ae6aa2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎octomap_mapping/CHANGELOG.rst

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

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

88
2.2.0 (2024-05-25)
99
------------------

‎octomap_mapping/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>octomap_mapping</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>
77
Mapping tools to be used with the <a href="https://octomap.github.io/">OctoMap library</a>, implementing a 3D occupancy grid mapping.
88
</description>

‎octomap_server/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
2.3.0 (2024-07-02)
6+
------------------
77
* Switch to the system-provided octomap library. (`#134 <https://github.com/octomap/octomap_mapping/issues/134>`_)
88
* Contributors: Chris Lalancette
99

‎octomap_server/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>octomap_server</name>
5-
<version>2.2.0</version>
5+
<version>2.3.0</version>
66
<description>
77
octomap_server loads a 3D map (as Octree-based OctoMap) and distributes it to other nodes in a compact binary format. It also allows to incrementally build 3D OctoMaps, and provides map saving in the node octomap_saver.
88
</description>

0 commit comments

Comments
 (0)
Please sign in to comment.