- 27 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Cleaning up old vehicle manager and getting it ready to actually provide services for a vehicle (flight management) Added submit flight plan Added update flight plan Disable flight features as these don't seem to be quite working (values must be initialized and validated before submission as backend doesn't validate and the objects don't initialize their members)
-
- 24 Feb, 2018 1 commit
-
-
Gus Grubba authored
-
- 20 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Permit refactoring QGCButton tweaks
-
- 18 Feb, 2018 1 commit
-
-
Gus Grubba authored
Make all argument to AirMap queries based on what the screen shows (bounding rectangle and/or radius), respecting the limits imposed by AirMap.
-
- 16 Feb, 2018 3 commits
-
-
Gus Grubba authored
Moved flight planning away from "Flight Management" to its own class. Planning does not need a connected vehicle.
-
Gus Grubba authored
-
Gus Grubba authored
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
-
- 30 Jan, 2018 1 commit
-
-
Gus Grubba authored
An rather unfruitful attempt at consolidating Advisories and Airspaces (they are both arrays of Airspaces). No such luck as they vary wildly. In the end, I'm now exposing the restrictions (Polygons) directly (and inherently) instead of copying them. Tweaked polygon overlay colors and borders.
-
- 27 Jan, 2018 11 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
Added an "unknown" weather icon for when I get "valid" data and no icon
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
-
Gus Grubba authored
Break apart string of classes into their own files as all in one file became unwieldy Expose Airspace data in a QML ready format Split global Airspace from AirMap (Only now I figured out the reason for the pure virtual root classes) Refactored a bunch of things to make it consistent and/or obvious
-
Gus Grubba authored
-
Gus Grubba authored
Move all airmap related stuff to its own directory
-
- 05 Dec, 2017 1 commit
-
-
Beat Küng authored
-
- 29 Nov, 2017 18 commits
-
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
You need to adjust the 'AIRMAPD_PATH = path_to_airmapd' in qgroundcontrol.pro to make it compile. And sorry for the huge commit :/
-
Beat Küng authored
- add multi-vehicle support: each vehicle has now a per-vehicle AirMap object that takes care of flight creation, traffic & telemetry - add a base class API layer so that the interface between QGC and the AirMap implementation is clear, and easier to change - removes polygon upload to vehicle (needs a better solution)
-
Beat Küng authored
-
Beat Küng authored
-
Gus Grubba authored
Added AirMap settings (SettingsGroup) Added AirMap settings block to General Settings Create macros to deal with the tedious repetitions within SettingsGroup Removed old, hacked in setting for AirMapKey Remove a few of the tons of build warnings
-
Beat Küng authored
This includes polling for a flight permission. The steps are: - get pilot id (new API requires to provide it, even though it does not make much sense) - create a flight plan - call the briefing (to check if SITA registration id's are valid) - call the submit -> returns the actual flight id - poll on the briefing until the flight gets approved Since there can only be one flight, on startup, we list the pilot's flights and end the one that ends in future
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
- start telemetry if there's a valid flight id and the vehicle armed - only the Position message is sent for now
-
Beat Küng authored
-