|
|
|
@ -92,6 +92,7 @@ struct log_SENS_s {
@@ -92,6 +92,7 @@ struct log_SENS_s {
|
|
|
|
|
float baro_alt; |
|
|
|
|
float baro_temp; |
|
|
|
|
float diff_pres; |
|
|
|
|
float diff_pres_filtered; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
/* --- LPOS - LOCAL POSITION --- */ |
|
|
|
@ -306,7 +307,7 @@ static const struct log_format_s log_formats[] = {
@@ -306,7 +307,7 @@ static const struct log_format_s log_formats[] = {
|
|
|
|
|
LOG_FORMAT(ATT, "fffffffff", "Roll,Pitch,Yaw,RollRate,PitchRate,YawRate,GX,GY,GZ"), |
|
|
|
|
LOG_FORMAT(ATSP, "ffff", "RollSP,PitchSP,YawSP,ThrustSP"), |
|
|
|
|
LOG_FORMAT(IMU, "fffffffff", "AccX,AccY,AccZ,GyroX,GyroY,GyroZ,MagX,MagY,MagZ"), |
|
|
|
|
LOG_FORMAT(SENS, "ffff", "BaroPres,BaroAlt,BaroTemp,DiffPres"), |
|
|
|
|
LOG_FORMAT(SENS, "fffff", "BaroPres,BaroAlt,BaroTemp,DiffPres,DiffPresFilt"), |
|
|
|
|
LOG_FORMAT(LPOS, "ffffffLLfBBB", "X,Y,Z,VX,VY,VZ,RefLat,RefLon,RefAlt,XYFlags,ZFlags,Landed"), |
|
|
|
|
LOG_FORMAT(LPSP, "ffff", "X,Y,Z,Yaw"), |
|
|
|
|
LOG_FORMAT(GPS, "QBffLLfffff", "GPSTime,FixType,EPH,EPV,Lat,Lon,Alt,VelN,VelE,VelD,Cog"), |
|
|
|
|