-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding comments from nmea_gps_driver review to the sentence message
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |