Open sfuhrer opened 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.
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.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
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.