Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Feb 24, 2024
1 parent 7fa1dda commit 72141b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions octomap_mapping/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package octomap_mapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.0 (2024-02-24)
------------------

2.0.0 (2021-12-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion octomap_mapping/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>octomap_mapping</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>
Mapping tools to be used with the <a href="https://octomap.github.io/">OctoMap library</a>, implementing a 3D occupancy grid mapping.
</description>
Expand Down
4 changes: 2 additions & 2 deletions octomap_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package octomap_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.0 (2024-02-24)
------------------
* Fix header include order error (`#125 <https://github.com/octomap/octomap_mapping/issues/125>`_)
* Removed geometry2 deprecated headers (`#125 <https://github.com/octomap/octomap_mapping/issues/125>`_)
* Fix errors when path name is invalid (`#108 <https://github.com/octomap/octomap_mapping/issues/108>`_)
Expand Down
2 changes: 1 addition & 1 deletion octomap_server/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>octomap_server</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>
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.
</description>
Expand Down

0 comments on commit 72141b9

Please sign in to comment.