0 votes
ago in Flight Controllers & Software by (6.3k points)
For racing drones, configure failsafe to "drop" when flying over soft terrain or indoors, but use "land" for harder surfaces where a controlled descent prevents prop and frame damage better than a freefall impact.

1 Answer

0 votes
ago by (2.1k points)
selected ago by
 
Best answer
Choosing the right failsafe comes down to your racing environment and what causes less carnage when radio link drops. I've tested all three modes extensively, and each has specific use cases that actually matter when you're trying to save your quad.

Drop mode cuts the motors instantly. This sounds brutal, but it's actually your best friend when racing indoors or over grass fields. The logic is simple: a powered quad tumbling through the air covers way more distance and hits obstacles with spinning props that shred everything. A dropped quad falls straight down, props stop spinning from air resistance, and you get a relatively clean impact. I use drop exclusively for indoor tracks where the alternative is cartwheeling into timing gates or other pilots. The fall distance rarely exceeds 10 feet indoors, and modern frames handle vertical drops surprisingly well.

Land mode gradually reduces throttle until touchdown. This works brilliantly outdoors on harder surfaces like asphalt or packed dirt where you need a gentler arrival. The quad descends at maybe 1 meter per second, keeping some stabilization active. The catch is it needs altitude awareness, so if you lose signal while inverted or during a split-s, the quad might actually throttle up thinking it needs to slow a descent. I learned this the hard way at 80 mph inverted, losing a $200 build to full throttle into concrete. Now I only use land mode when racing outdoor tracks with reliable altitude holds above 15 feet.

GPS rescue seems perfect until you race. The return-to-home function needs clear sky view, takes 5-10 seconds to acquire heading, and often initiates aggressive maneuvers. In a race with other quads nearby, GPS rescue becomes a flying hazard that usually ends in a collision before it reaches home. I've seen it work exactly once in 40+ races. The processing delay and unpredictable flight path make it unsuitable for any competitive environment.

My actual setup uses drop as primary failsafe, but I program a secondary land mode that activates only if I'm above 50 feet based on barometer reading. This covers both scenarios: close-to-ground racing gets instant drop, while if radio cuts during a high altitude straight, I get a controlled descent. Test your chosen mode in safe conditions first because some flight controllers handle failsafe transitions poorly and can flip inverted during the switch.
Welcome to Rotorrify, where you can ask questions and receive answers from other members of the community.
...