rotors_comm¶
Contents:
Summary¶
-
rotors_comm
¶ Version: 2.0.1
Description: RotorS specific messages and services.
Maintainers: - Fadri Furrer <fadri DOT furrer AT mavt DOT ethz DOT ch>
Licenses: - ASL 2.0
Urls: Authors: - Fadri Furrer
- Michael Burri
- Mina Kamel
- Janosch Nikolic
- Markus Achtelik
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
rotors_comm/Octomap
¶ Field (Request): - bounding_box_origin (geometry_msgs/Point) –
- bounding_box_lengths (geometry_msgs/Point) –
- leaf_size (float64) –
- filename (string) –
Field (Response): - map (octomap_msgs/Octomap) –
The center point of the axis-aligned bounding box in the global frame
# The center point of the axis-aligned bounding box in the global frame geometry_msgs/Point bounding_box_origin # The 3 side lenghts of the axis-aligned bounding box geometry_msgs/Point bounding_box_lengths # The leaf size or resolution of the octomap float64 leaf_size # The filename under which the octomap should be stored (only stored if set) string filename --- octomap_msgs/Octomap map