Browse Source

Plane: added ATRP log header to plane log headers

too many people can't understand how to download .bin logs
mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
92714b09d2
  1. 1
      ArduPlane/ArduPlane.pde
  2. 2
      ArduPlane/Log.pde

1
ArduPlane/ArduPlane.pde

@ -54,6 +54,7 @@ @@ -54,6 +54,7 @@
#include <APM_OBC.h>
#include <APM_Control.h>
#include <AP_AutoTune.h>
#include <GCS.h>
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_Mount.h> // Camera/Antenna mount

2
ArduPlane/Log.pde

@ -565,6 +565,8 @@ static const struct LogStructure log_structure[] PROGMEM = { @@ -565,6 +565,8 @@ static const struct LogStructure log_structure[] PROGMEM = {
"ARM", "IHB", "TimeMS,ArmState,ArmChecks" },
{ LOG_AIRSPEED_MSG, sizeof(log_AIRSPEED),
"ARSP", "Iffc", "TimeMS,Airspeed,DiffPress,Temp" },
{ LOG_ATRP_MSG, sizeof(AP_AutoTune::log_ATRP),
"ATRP", "IBBcfff", "TimeMS,Type,State,Servo,Demanded,Achieved,P" },
TECS_LOG_FORMAT(LOG_TECS_MSG)
};

Loading…
Cancel
Save