diydrones / APM_Log_File_Analyzer

A program to analyse the log files produced by the ArduCopter firmware for an APM flight controller.
11 stars 9 forks source link

RTL_ALT = 0 #188

Closed bionicbone closed 8 years ago

bionicbone commented 8 years ago

Tidy this so we only get one message when the value is 0

RTL_ALT = 0 Warning: Return to Launch Altitude is less than 15 meters (Value in CM)

RTL_ALT = 0 Warning: Return to Launch is set to Land (Value in CM)

bionicbone commented 8 years ago

Testing Log was: Pix v3.3.2 - Battery Efficiency is Zero.log

Final result: RTL_ALT = 0 Warning: Return to Launch Altitude is less than 15 meters (Value in CM) Warning: Return to Launch is set to Land (Value in CM)

bionicbone commented 8 years ago

Will be released in v2.2.1.9