|
|
|
@ -212,6 +212,7 @@ struct PACKED log_GPS {
@@ -212,6 +212,7 @@ struct PACKED log_GPS {
|
|
|
|
|
float ground_speed; |
|
|
|
|
float ground_course; |
|
|
|
|
float vel_z; |
|
|
|
|
float yaw; |
|
|
|
|
uint8_t used; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -1188,10 +1189,10 @@ struct PACKED log_Arm_Disarm {
@@ -1188,10 +1189,10 @@ struct PACKED log_Arm_Disarm {
|
|
|
|
|
#define GPA_MULTS "FBBBB-CF" |
|
|
|
|
|
|
|
|
|
// see "struct GPS_State" and "Write_GPS":
|
|
|
|
|
#define GPS_LABELS "TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U" |
|
|
|
|
#define GPS_FMT "QBIHBcLLefffB" |
|
|
|
|
#define GPS_UNITS "s---SmDUmnhn-" |
|
|
|
|
#define GPS_MULTS "F---0BGGB000-" |
|
|
|
|
#define GPS_LABELS "TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,Yaw,U" |
|
|
|
|
#define GPS_FMT "QBIHBcLLeffffB" |
|
|
|
|
#define GPS_UNITS "s---SmDUmnhnh-" |
|
|
|
|
#define GPS_MULTS "F---0BGGB000--" |
|
|
|
|
|
|
|
|
|
#define GYR_LABELS "TimeUS,SampleUS,GyrX,GyrY,GyrZ" |
|
|
|
|
#define GYR_FMT "QQfff" |
|
|
|
|