File: geographic_msgs/KeyValue.msg
Raw Message Definition
# Geographic map tag (key, value) pair
#
# This is equivalent to diagnostic_msgs/KeyValue, repeated here to
# avoid introducing a trivial stack dependency.
string key # tag label
string value # corresponding value
Compact Message Definition
string key
string value