mavlink / qgroundcontrol

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

Support custom download / web server URL #2628

Open LorenzMeier opened 8 years ago

LorenzMeier commented 8 years ago

@DonLakeFlyer When working with non-developer early adopters we start to run into cases where we would need to provide them auto-built binaries but off custom builds. We need to generalise the download locations for PX4. Any particular suggestions?

LorenzMeier commented 8 years ago

Urls for PX4 on Pixhawk: https://github.com/mavlink/qgroundcontrol/blob/master/src/VehicleSetup/FirmwareUpgradeController.cc#L216-L218

AndreasAntener commented 8 years ago

Suggestion for startup parameters (or something similar), to narrow down the update choices:

DonLakeFlyer commented 8 years ago

provide them auto-built binaries but off custom builds.

Two versions of Custom:

DonLakeFlyer commented 8 years ago

Curious as to why you would need something built into QGC for this. Seems like it just add complexity to things. Why not:

DonLakeFlyer commented 8 years ago

I'm planning to move this to 3.1 release. Speak up now if you disagree.