octomap_msgs¶
Contents:
Summary¶
-
octomap_msgs
¶ Version: 0.3.2
Description: This package provides messages and serializations / conversion for the OctoMap library.
Maintainers: - Armin Hornung <HornungA AT informatik DOT uni-freiburg DOT de>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/octomap_msgs>
- bugtracker<https://github.com/OctoMap/octomap_msgs/issues>
Authors: - Armin Hornung <HornungA AT informatik DOT uni-freiburg DOT de>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
octomap_msgs/BoundingBoxQuery
¶ Field (Request): - min (geometry_msgs/Point) –
- max (geometry_msgs/Point) –
Clear a region specified by a global axis-aligned bounding box in stored OctoMap
minimum corner point of axis-aligned bounding box in global frame
# Clear a region specified by a global axis-aligned bounding box in stored OctoMap # minimum corner point of axis-aligned bounding box in global frame geometry_msgs/Point min # maximum corner point of axis-aligned bounding box in global frame geometry_msgs/Point max ---
-
octomap_msgs/GetOctomap
¶ Field (Response): - map (octomap_msgs/Octomap) –
# Get the map as a octomap --- octomap_msgs/Octomap map