From a1059c5657d9d2b83d0ef7fe51b0997bb983d86e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 12 Nov 2012 23:10:12 +0100 Subject: Added missing GPS message fields --- apps/uORB/topics/vehicle_gps_position.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/uORB/topics/vehicle_gps_position.h b/apps/uORB/topics/vehicle_gps_position.h index 8e55ef148..ebd83e1a9 100644 --- a/apps/uORB/topics/vehicle_gps_position.h +++ b/apps/uORB/topics/vehicle_gps_position.h @@ -65,6 +65,8 @@ struct vehicle_gps_position_s uint16_t counter_pos_valid; /**< is only increased when new lat/lon/alt information was added */ uint16_t eph; /**< GPS HDOP horizontal dilution of position in cm (m*100). If unknown, set to: 65535 //LOGME */ uint16_t epv; /**< GPS VDOP horizontal dilution of position in cm (m*100). If unknown, set to: 65535 */ + float s_variance; // XXX testing + float p_variance; // XXX testing uint16_t vel; /**< GPS ground speed (m/s * 100). If unknown, set to: 65535 */ float vel_n; /**< GPS ground speed in m/s */ float vel_e; /**< GPS ground speed in m/s */ -- cgit v1.2.3