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 MAV_CMD_SET_HAGL support #27529

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Jul 11, 2024

This allows for a lua script or external system over MAVLink to provide a height above ground level for landing of fixed wing or VTOL planes
This replaces #27262 as discussed on the dev call
requires this mavlink PR:
ArduPilot/mavlink#362

@timtuxworth
Copy link
Contributor

What would you use this for? I'm thinking of my terrain avoidance Lua work and wondering if it's relevant at all.

@tridge tridge force-pushed the pr-set-hagl branch 2 times, most recently from 1da9f5d to 715a51d Compare July 11, 2024 23:35
Copy link
Contributor

@peterbarker peterbarker left a comment

Choose a reason for hiding this comment

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

Good once the define is in place.

@Hwurzburg
Copy link
Collaborator

@tridge if we add a build_options.py dont forget the extract_features.py also

allow for external height above ground estimate
for external height source for fixed wing landing
@tridge tridge merged commit 0179dc0 into ArduPilot:master Jul 16, 2024
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants