Search found 1 match

by tft67
Sun Sep 14, 2014 5:12 am
Forum: Software development
Topic: altitude limitation without GPS
Replies: 1
Views: 1096

altitude limitation without GPS

Hello ! I want to implante an altitude limitation, working like this : if quad reach ALTITUDE_MAX, fail_safe procedure is activated. Actual failsafe routine: // Failsafe routine - added by MIS #if defined(FAILSAFE) if ( failsafeCnt > (5*FAILSAFE_DELAY) && f.ARMED) { // Stabilize, and set Thr...