git commit -m "first commit"
This commit is contained in:
11
navigations/geographic_info/geographic_msgs/msg/GeographicMap.msg
Executable file
11
navigations/geographic_info/geographic_msgs/msg/GeographicMap.msg
Executable file
@@ -0,0 +1,11 @@
|
||||
# Geographic map for a specified region.
|
||||
|
||||
Header header # stamp specifies time
|
||||
# frame_id (normally /map)
|
||||
|
||||
uuid_msgs/UniqueID id # identifier for this map
|
||||
BoundingBox bounds # 2D bounding box containing map
|
||||
|
||||
WayPoint[] points # way-points
|
||||
MapFeature[] features # map features
|
||||
KeyValue[] props # map properties
|
||||
Reference in New Issue
Block a user