|
player_gps_data Struct Reference
[gps]
#include <player.h>
List of all members.
Detailed Description
Data.
The gps interface gives current global position and heading information.
Member Data Documentation
|
GPS (UTC) time, in seconds and microseconds since the epoch. |
|
GPS (UTC) time, in seconds and microseconds since the epoch. |
|
Latitude in degrees / 1e7 (units are scaled such that the effective resolution is roughly 1cm). Positive is north of equator, negative is south of equator. |
|
Longitude in degrees / 1e7 (units are scaled such that the effective resolution is roughly 1cm). Positive is east of prime meridian, negative is west of prime meridian. |
|
Altitude, in millimeters. Positive is above reference (e.g., sea-level), and negative is below. |
|
UTM WGS84 coordinates, easting and northing (cm). |
|
UTM WGS84 coordinates, easting and northing (cm). |
|
Quality of fix 0 = invalid, 1 = GPS fix, 2 = DGPS fix |
|
Number of satellites in view. |
|
Horizontal dilution of position (HDOP), times 10 |
|
Vertical dilution of position (VDOP), times 10 |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:15:55 2005 for Player by 1.3.6
|