- 07 Mar, 2018 1 commit
-
-
Gus Grubba authored
-
- 03 Mar, 2018 1 commit
-
-
Gus Grubba authored
-
- 27 Feb, 2018 1 commit
-
-
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)
-
- 22 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 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.
-
- 17 Feb, 2018 1 commit
-
-
Gus Grubba authored
-
- 16 Feb, 2018 4 commits
-
-
Gus Grubba authored
Add flight plan deletion
-
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
-
- 15 Feb, 2018 2 commits
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- 14 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 07 Feb, 2018 4 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
DonLakeFlyer authored
Plus various bug fixes from flight testing
-
DonLakeFlyer authored
Also remove custom gimbal support
-
- 06 Feb, 2018 3 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
Don Gagne authored
And fixes they found
-
- 05 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 04 Feb, 2018 2 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- 03 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 02 Feb, 2018 1 commit
-
-
DonLakeFlyer authored
-
- 01 Feb, 2018 4 commits
-
-
DonLakeFlyer authored
-
Julian Oes authored
When downloading mission items from the autopilot we need to retry more agressively, so use a shorter timeout. If we don't do this, we might not re-request a mission item in time and the autopilot has already given up the overall mission transfer. This fixes the case where a mission request from QGC to autopilot or a mission item from autopilot to QGC gets lost on the link and needs to be requested again.
-
Gus Grubba authored
Split save mission to Json file in two so you have the option to saving it to a file or to a QByteArray Json blob. Virtualize all camera functions to allow deeper access.
-
DonLakeFlyer authored
-
- 31 Jan, 2018 4 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
* Flight modes still not implemented. Waiting on message change. * Also includes various cauterization of UI things which should not be available on high latency link.
-
Julian Oes authored
By adding a member variable for the total mission item count, we can actually correctly estimate the progress.
-
DonLakeFlyer authored
Float comparison to flakey cross-platform
-
- 30 Jan, 2018 3 commits
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- 27 Jan, 2018 3 commits
-
-
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
Move all airmap related stuff to its own directory
-