|
gz_gps_data Struct Reference
[gps]
GPS interface.
More...
#include <gazebo.h>
List of all members.
|
Public Attributes |
gz_data_t | head |
| Common data structure.
|
double | time |
| Data timestamp.
|
double | utc_time |
| UTC timestamp.
|
double | latitude |
| Latitude in degrees.
|
double | longitude |
| Longitude in degrees.
|
double | altitude |
| Altitude, in meters.
|
double | utm_e |
| UTM coordinates (meters).
|
double | utm_n |
| UTM coordinates (meters).
|
int | satellites |
| Number of satellites in view.
|
int | quality |
| Fix quality.
|
double | hdop |
| Horizontal dilution of position (HDOP).
|
double | vdop |
| Vertical dilution of position (VDOP).
|
double | err_horz |
| Errors.
|
double | err_vert |
| Errors.
|
Detailed Description
GPS interface.
Member Data Documentation
|
UTM coordinates (meters).
|
|
UTM coordinates (meters).
|
|
Number of satellites in view.
|
|
Horizontal dilution of position (HDOP).
|
|
Vertical dilution of position (VDOP).
|
The documentation for this struct was generated from the following file:
|