-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work out pre-arm messaging system #3460
Comments
Ok, here is how ArduPilot works:
The key here is that QGC doesn't attempt to understand when a command, whether it be Arm or say Flight Mode change will fail. It's a slippery slope to try to make QGC too smart with respect to that sort of thing. I'd rather keep QGC dumb and use something like ArduPilot does or create a new thing. Whatever the new thing is it's needs a simple indication whether arm is available as well as a text message as to why (as opposed t0 having QGC check multiple things to make a determination). |
@DonLakeFlyer Any progress with this? It would be very helpful to have a ready to arm indication in QGC for PX4 for vehicles that have the autopilot/LED covered. |
Currently ArduPilot has a pre-arm messaging system which QGC knows about. PX4 stack does not. I'll fill in details in a bit.
The text was updated successfully, but these errors were encountered: