Skip to content

Commit

Permalink
Adding comments from nmea_gps_driver review to the sentence message
Browse files Browse the repository at this point in the history
  • Loading branch information
ericperko committed Jul 21, 2013
1 parent 28bcef1 commit 74db4b5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions msg/Sentence.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# A message representing a single NMEA sentence.
# Header.stamp is the ROS Time when the sentence was read.
# A message representing a single NMEA0183 sentence.

# header.stamp is the ROS Time when the sentence was read.
# header.frame_id is the frame of reference reported by the satellite
# receiver, usually the location of the antenna. This is a
# Euclidean frame relative to the vehicle, not a reference
# ellipsoid.
Header header

# This should only contain ASCII characters in order to be a valid NMEA0183 sentence.
string sentence

0 comments on commit 74db4b5

Please sign in to comment.