|
|
|
@ -338,7 +338,6 @@ struct PACKED log_EKF4 {
@@ -338,7 +338,6 @@ struct PACKED log_EKF4 {
|
|
|
|
|
int8_t offsetNorth; |
|
|
|
|
int8_t offsetEast; |
|
|
|
|
uint8_t faults; |
|
|
|
|
uint8_t divergeRate; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
struct PACKED log_Cmd { |
|
|
|
@ -466,7 +465,7 @@ struct PACKED log_Ubx2 {
@@ -466,7 +465,7 @@ struct PACKED log_Ubx2 {
|
|
|
|
|
{ LOG_EKF3_MSG, sizeof(log_EKF3), \
|
|
|
|
|
"EKF3","Icccccchhhc","TimeMS,IVN,IVE,IVD,IPN,IPE,IPD,IMX,IMY,IMZ,IVT" }, \
|
|
|
|
|
{ LOG_EKF4_MSG, sizeof(log_EKF4), \
|
|
|
|
|
"EKF4","IcccccccbbBB","TimeMS,SV,SP,SH,SMX,SMY,SMZ,SVT,OFN,EFE,FS,DS" }, \
|
|
|
|
|
"EKF4","IcccccccbbB","TimeMS,SV,SP,SH,SMX,SMY,SMZ,SVT,OFN,EFE,FS" }, \
|
|
|
|
|
{ LOG_TERRAIN_MSG, sizeof(log_TERRAIN), \
|
|
|
|
|
"TERR","IBLLHffHH","TimeMS,Status,Lat,Lng,Spacing,TerrH,CHeight,Pending,Loaded" }, \
|
|
|
|
|
{ LOG_UBX1_MSG, sizeof(log_Ubx1), \
|
|
|
|
|