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

AP_Mount: Add mount auto deploy/retract based on height above ground #29202

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nexton-winjeel
Copy link
Contributor

@nexton-winjeel nexton-winjeel commented Jan 31, 2025

Adds the capability to auto-deploy and retract the Mount based on height above ground.

  • uses the Terrain and AHRS to get height above ground (falling back to height above home)
  • will auto-retract when altitude falls below parameterised RETRACT_ALT
  • will auto-deploy when altitude goes above parameterised DEPLOY_ALT
    • for safety, won't auto-deploy unless a valid RETRACT_ALT is set

@nexton-winjeel nexton-winjeel force-pushed the upstream/add-mount-auto-retract branch from 3dc0777 to 69627f9 Compare January 31, 2025 05:07
@Hwurzburg Hwurzburg added the WikiNeeded needs wiki update label Jan 31, 2025
@Hwurzburg Hwurzburg requested a review from peterbarker January 31, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WikiNeeded needs wiki update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants