MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

need FlyTo to ask for the height frame

Open tridge opened this issue 1 year ago • 6 comments

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 avatar Feb 21 '24 04:02 tridge

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

tridge avatar Feb 21 '24 04:02 tridge

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

EosBandi avatar Feb 22 '24 23:02 EosBandi

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

robertlong13 avatar Feb 22 '24 23:02 robertlong13