aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-11-12 23:10:12 +0100
committerLorenz Meier <lm@inf.ethz.ch>2012-11-12 23:10:12 +0100
commita1059c5657d9d2b83d0ef7fe51b0997bb983d86e (patch)
treeada694b8eaaa169808b7cdb7d476bbca8a71a5f2 /apps/uORB
parent66e806754ba17c127cd9fa657b0bad5d0b2015a3 (diff)
downloadpx4-firmware-a1059c5657d9d2b83d0ef7fe51b0997bb983d86e.tar.gz
px4-firmware-a1059c5657d9d2b83d0ef7fe51b0997bb983d86e.tar.bz2
px4-firmware-a1059c5657d9d2b83d0ef7fe51b0997bb983d86e.zip
Added missing GPS message fields
Diffstat (limited to 'apps/uORB')
-rw-r--r--apps/uORB/topics/vehicle_gps_position.h2
1 files changed, 2 insertions, 0 deletions
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 */