Skip to content

Commit

Permalink
0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Mar 24, 2024
1 parent 7c5e0aa commit efa61ca
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
-----------
0.6.8 (2024-03-24)
------------------

0.6.7 (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
@@ -1,6 +1,6 @@
<package>
<name>octomap_mapping</name>
<version>0.6.7</version>
<version>0.6.8</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
-----------
0.6.8 (2024-03-24)
------------------
* Change frame id "/map" to "map" to prevent RViz visualization warnings in ROS Noetic caused by tf (`#124 <https://github.com/octomap/octomap_mapping/issues/124>`_
* Initialize quaternion to avoid RViz warning (`#112 <https://github.com/octomap/octomap_mapping/issues/112>`_)
* Update for PCL deprecated and removed API (`#118 <https://github.com/octomap/octomap_mapping/issues/118>`_)
Expand Down
2 changes: 1 addition & 1 deletion octomap_server/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>octomap_server</name>
<version>0.6.7</version>
<version>0.6.8</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 efa61ca

Please sign in to comment.