Skip to content
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: added is_armed_and_safety_off() #22904

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Feb 11, 2023

this changes plane to not set soft_armed false when safety off, making plane match copter
instead a new method is_armed_and_safety_off() is used where we do need to know that actuators are active
see also #22899
test flown on CubeOrange quadplane

this no longer sets soft_armed false when safety is on, and instead
uses is_armed_and_safety_off() when appropriate
Copy link
Member

@IamPete1 IamPete1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tridge tridge merged commit a57e645 into ArduPilot:master Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants