Hi.
In QGC, I can reboot the fight controller from the Parameters tab->Tools menu.
Is there a method in the SDK to reboot a system?
If not, I may give it a try in send a PR.
I guess MAV_CMD_PREFLIGHT_REBOOT_SHUTDOWN would be used, but have not checked yet.
Thanks.
I think that is the correct mavlink command, and no, I do not think that we have implemented it. I think it would be useful as an Action.
For anyone reading and is interested in contributing, as @hamishwillee mentions this functionality would be great in the Action class, here's a link to the Action Implementation class, sending a message is a breeze with the SDK plugins/action/action_impl.cpp@ActionImpl:arm
Most helpful comment
I think that is the correct mavlink command, and no, I do not think that we have implemented it. I think it would be useful as an Action.