mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.34k stars 3.65k forks source link

PX4 flash all branches #4024

Open dagar opened 8 years ago

dagar commented 8 years ago

On the PX4 dev call we've been discussing ways to make it easier to involve testers outside of the development community. One idea is to extend QGC advanced flashing to include all branches on the PX4 repo.

On the PX4 side I would need to extend the build system to upload all branch builds (and delete as needed), but that's easy. Then for QGC we either resurrect and finish the json build file (https://github.com/mavlink/qgroundcontrol/issues/2797) or query the available branch builds through the github api.

@DonLakeFlyer you have some experience with the github api and QGC. Which way would you like to go?

DonLakeFlyer commented 8 years ago

I'll take a look when I get back home next week. Can't remember what state the current firmware version loading stuff is in. So no comment till then.

DonLakeFlyer commented 8 years ago

I think we go back to the json file #2797 and finish that implementation.