PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.53k stars 13.52k forks source link

VTOL: run fixed-wing land detector if in FW mode #12779

Open sfuhrer opened 5 years ago

sfuhrer commented 5 years ago

Currently, only the multicopter land detector is run on VTOL vehicles, and the landed state is set to "not landed" if in fixed-wing. As though for many VTOLs also a purely fixed-wing landing would be possible, it would be nice it would run the fixed-wing land detector in fixed-wing mode.

With https://github.com/PX4/Firmware/pull/12777 I've made a fix that sets the landed state to "landed" only if disarmed.

dlwalter commented 5 years ago

This is great, and solves a particular problem where your transition switch/threshold isn't set on a new VTOL airframe and the aircraft is stuck in FW mode. You can't get into the Flight Modes or Radio settings to fix it because you are locked out of those settings.

sfuhrer commented 5 years ago

This is great, and solves a particular problem where your transition switch/threshold isn't set on a new VTOL airframe and the aircraft is stuck in FW mode. You can't get into the Flight Modes or Radio settings to fix it because you are locked out of those settings.

Yeah this really sucked..but this is actually already fixed with https://github.com/PX4/Firmware/pull/12777. This issue here is to allow landing being detected (while arming) in FW mode.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.