ArduPilot/ardupilot

Copter: Pre-Arm Safety Check for Auto Missions

Open

#1348 opened on Aug 29, 2014

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (9,336 stars) (15,603 forks)batch import
CopterEnhancementSafetygood first issue

Description

Hi all, for safety reasons I suggest a pre-arm check that either disables Auto mode or refuses to arm if the waypoints are further away from the current/home location than a user specified value in meter. This would prevent from "fly aways" when one accidentally switches to Auto mode and an "old" mission is executed which is located some n km away. Kind regards, Thorsten

Contributor guide