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

need FlyTo to ask for the height frame #3294

Open
tridge opened this issue Feb 21, 2024 · 3 comments
Open

need FlyTo to ask for the height frame #3294

tridge opened this issue Feb 21, 2024 · 3 comments

Comments

@tridge
Copy link
Contributor

tridge commented Feb 21, 2024

The FlyTo dialog box on the map currently assumes GLOBAL_RELATIVE_ALT:
https://github.com/diydrones/MissionPlanner/blob/master/ExtLibs/ArduPilot/Mavlink/MAVLinkInterface.cs#L4344
we need the dialog to ask the user what frame they want to use "Terrain Relative", "Home Relative" or "Absolute" and pass that to the setPositionTargetGlobalInt() message.
I just don't know how to create a dialog like that with a float input and a selection drop down with the 3 choices, I will need some help from a C# developer
Anyone flying BVLOS really needs this change

@tridge
Copy link
Contributor Author

tridge commented Feb 21, 2024

the use of the old setWP() interface for ArduPlane should also be removed, all fw supports setPositionTargetGlobalInt()

@EosBandi
Copy link
Collaborator

I can work on it only after mid-March if nobody takes it till that.

@robertlong13
Copy link
Collaborator

I got it. Gonna try to knock it out this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants