-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plane: Disarm after parachute release #25570
Conversation
Just a thought - would it be better to do an emergency stop on the motors rather than a disarm? |
@timtuxworth It doesn't matter to me how to do it. I want to avoid getting the parachute tangled. Now I’m solving it with custom firmware, which is not very good. |
Hi. Maybe make a new bit in CHUTE_OPTIONS? Please don't ignore me :) this is very important for me |
@python36 I think we could consider moving the disarm into the AP_Parachute library so it is common code instead of being in each vehicle, and maybe add a CHUTE_OPTIONS bit to optionally disable the disarm? |
I'd even be happy without the option.. I think the vehicle should always disarm, the only question may be whether it should keep logging or not.. but I think we have an option for that already. |
Create new PR #26129 taking into account previous wishes. |
Based on discussion of PR #25562.
Disarm after parachute release to avoid parachute tangling.