Browse Source
Was "UNSUPPORTED", which is supposed to mean, "Command is not supported" Now is either "DENIED" (Command is invalid (is supported but has invalid parameters)) or "FAILED" (Command is valid, but execution has failed.) We should probably returned DENIED if we try to change to a mode which doesn't exist, but that would require another callback on AP_Vehicle. It would also lead to questions around what a valid mode is - so QSTABILIZE if quadplane is disabled in Plane, for example.zr-v5.1
Peter Barker
5 years ago
committed by
Andrew Tridgell
1 changed files with 17 additions and 8 deletions
Loading…
Reference in new issue