ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.75k stars 2.38k forks source link

"Abort landing" button do nothing when land in VTOL mode #1804

Open suraqis opened 6 years ago

suraqis commented 6 years ago

Issue details

When landing in VTOL mode "Abort Landing" button from "Actions" pane does nothing. There's no normal way to cancel VTOL landing immediately from MP.

Version

MP 1.3.55 AP 3.9.0-dev

Platform

[ ] All [ ] AntennaTracker [ ] Copter [ X ] Plane [ ] Rover [ ] Sub

Airframe type

Quadplane

Hardware type

SITL

Logs

Easily reproducible in SITL.

magicrub commented 6 years ago

@suraqis aborted landings are only supported in fixed wing glide slope landings. It has no effect in vtol modes, so showing it is misleading.

What do you expect to happen when pressing the abort button during a vtol auto-landing?

suraqis commented 6 years ago

I think it should stop descending an climb to altitude where landing descend started in VTOL mode. More simple is to go QLOITER. Of course it should be supported in AP.

I see this feature usefull when there’s some obstacle or people at the place of landing.

Awilonk commented 5 years ago

@suraqis agree! I am tring to add a button "abort VTOL land" to do so. Just switch to QLOITER mode and simulate a joystick input to hold the vehicle's altitude and position. It's a dummy solution, could give me some sugestions? @magicrub .