nmea_msgs

Summary

nmea_msgs
Version:

1.0.0

Description:

The nmea_msgs package contains messages related to data in the NMEA format.

Maintainers:
  • Eric Perko <eric AT ericperko DOT com>
Licenses:
  • BSD
Urls:
Authors:
  • Eric Perko <eric AT ericperko DOT com>
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Message types

nmea_msgs/Sentence
Field:

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.
# 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