Skip to content

Commit

Permalink
Update message definitions Thu Jul 13 06:38:20 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jul 13, 2023
1 parent 9eae4a0 commit d87fa82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions msg/SensorGps.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ uint64 timestamp_sample

uint32 device_id # unique device ID for the sensor that does not change between power cycles

int32 lat # Latitude in 1E-7 degrees
int32 lon # Longitude in 1E-7 degrees
int32 alt # Altitude in 1E-3 meters above MSL, (millimetres)
int32 alt_ellipsoid # Altitude in 1E-3 meters bove Ellipsoid, (millimetres)
float64 latitude_deg # Latitude in degrees, allows centimeter level RTK precision
float64 longitude_deg # Longitude in degrees, allows centimeter level RTK precision
float64 altitude_msl_m # Altitude above MSL, meters
float64 altitude_ellipsoid_m # Altitude above Ellipsoid, meters

float32 s_variance_m_s # GPS speed accuracy estimate, (metres/sec)
float32 c_variance_rad # GPS course accuracy estimate, (radians)
Expand Down

0 comments on commit d87fa82

Please sign in to comment.