Failure detector - Disable flight termination by default. Modify FD_FAIL parameters description

This commit is contained in:
bresch
2018-12-20 15:25:41 +01:00
committed by Beat Küng
parent 81bb7888de
commit a72de95c94
3 changed files with 14 additions and 4 deletions

View File

@@ -679,7 +679,7 @@ static bool failureDetectorCheck(orb_advert_t *mavlink_log_pub, vehicle_status_s
bool success = true;
if (!prearm) {
// Ignore power check after arming.
// Ignore failure detector check after arming.
return true;
} else {