MAVSDK icon indicating copy to clipboard operation
MAVSDK copied to clipboard

Rebooting autopilot alone

Open shakeebbb opened this issue 4 years ago • 1 comments

I'm intending to reboot the PX4 autopilot using MAVSDK. I could find 'reboot' function inside the 'action' plugin which reboots the autopilot, camera, gimbal and the companion computer. To reboot the autopilot alone, I assume that 'reboot_async' function needs to be modified to turn off all parameters except the one corresponding to the autopilot. If that's correct and there is no other existing function to do that, can I send a pull request to make this function more generic by including arguments with default values to this function?

shakeebbb avatar Jul 06 '20 04:07 shakeebbb

Yes I think that would make sense, and see my review comments.

julianoes avatar Jul 06 '20 12:07 julianoes