|
|
|
@ -371,8 +371,8 @@ struct log_TECS_s {
@@ -371,8 +371,8 @@ struct log_TECS_s {
|
|
|
|
|
float totalEnergyRateError; |
|
|
|
|
float energyDistributionError; |
|
|
|
|
float energyDistributionRateError; |
|
|
|
|
float throttle_sp; |
|
|
|
|
float pitch_sp; |
|
|
|
|
float pitch_integ; |
|
|
|
|
float throttle_integ; |
|
|
|
|
|
|
|
|
|
uint8_t mode; |
|
|
|
|
}; |
|
|
|
@ -545,7 +545,7 @@ static const struct log_format_s log_formats[] = {
@@ -545,7 +545,7 @@ static const struct log_format_s log_formats[] = {
|
|
|
|
|
LOG_FORMAT(GS0B, "BBBBBBBBBBBBBBBB", "s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,s10,s11,s12,s13,s14,s15"), |
|
|
|
|
LOG_FORMAT(GS1A, "BBBBBBBBBBBBBBBB", "s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,s10,s11,s12,s13,s14,s15"), |
|
|
|
|
LOG_FORMAT(GS1B, "BBBBBBBBBBBBBBBB", "s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,s10,s11,s12,s13,s14,s15"), |
|
|
|
|
LOG_FORMAT(TECS, "ffffffffffffffB", "ASP,AF,FSP,F,AsSP,AsF,AsDSP,AsD,EE,EDE,ERE,EDRE,Thr,Ptch,M"), |
|
|
|
|
LOG_FORMAT(TECS, "ffffffffffffffB", "ASP,AF,FSP,F,AsSP,AsF,AsDSP,AsD,EE,EDE,ERE,EDRE,PtchI,ThrI,M"), |
|
|
|
|
LOG_FORMAT(WIND, "ffff", "X,Y,CovX,CovY"), |
|
|
|
|
LOG_FORMAT(ENCD, "qfqf", "cnt0,vel0,cnt1,vel1"), |
|
|
|
|
LOG_FORMAT(TSYN, "Q", "TimeOffset"), |
|
|
|
|