ArduPilot/ardupilot

Copter: easier test of benchtest the parachute

Open

#2,339 opened on May 28, 2015

View on GitHub
 (6 comments) (1 reaction) (0 assignees)C++ (15,603 forks)batch import
CopterSafetygood first issue

Repository metrics

Stars
 (9,336 stars)
PR merge metrics
 (Avg merge 26d 16h) (166 merged PRs in 30d)

Description

At the moment, because of the land-check in the parachute driver (which helps ensure we don't have unintended deployments on the ground near people) it can be difficult for a user to ensure the parachute servo is working during the setup. We should perhaps clarify the testing procedure on the wiki and/or allow an override of the landing check - perhaps by allowing the mission planner to send a deploy-chute command with a magic number in param2 to specify that the chute should deploy no-matter what!

Contributor guide