- Aug 11, 2019
-
-
murata authored
-
- Oct 25, 2018
-
-
Don Gagne authored
Us MAV_COMP_ID_AUTOPILOT1 instead of MAV_COMP_ID_MISSIONPLANNER
-
- Jul 14, 2018
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Jun 20, 2018
-
-
DonLakeFlyer authored
-
- Jun 17, 2018
-
-
DonLakeFlyer authored
-
- May 02, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Feb 16, 2018
-
-
Gus Grubba authored
Moved flight planning away from "Flight Management" to its own class. Planning does not need a connected vehicle.
-
- Feb 15, 2018
-
-
Gus Grubba authored
-
- Feb 01, 2018
-
-
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.
-
- Jan 31, 2018
-
-
Julian Oes authored
By adding a member variable for the total mission item count, we can actually correctly estimate the progress.
-
- Jan 27, 2018
-
-
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
-
- Jan 05, 2018
-
-
DonLakeFlyer authored
-
- Jan 04, 2018
-
-
DonLakeFlyer authored
-
- Dec 19, 2017
-
-
sanderux authored
-
- Dec 18, 2017
-
-
sanderux authored
-
- Dec 15, 2017
-
-
DonLakeFlyer authored
-
- Dec 13, 2017
-
-
DonLakeFlyer authored
Fixed bugs the unit test found
-
- Nov 29, 2017
-
-
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
-
- Oct 25, 2017
-
-
DonLakeFlyer authored
Also fixed bug with ArduPilot guided waypoint write which would trash existing mission.
-
- Oct 23, 2017
-
-
DonLakeFlyer authored
-
- Oct 18, 2017
-
-
DonLakeFlyer authored
-
- Oct 11, 2017
-
-
Don Gagne authored
-
- Sep 25, 2017
-
-
DonLakeFlyer authored
-
- Aug 11, 2017
-
-
Don Gagne authored
-
- Aug 07, 2017
-
-
DonLakeFlyer authored
-
- Jul 31, 2017
-
-
Don Gagne authored
-
- Jul 28, 2017
-
-
Gus Grubba authored
Remove/comment off debug output pollution
-
- Jun 27, 2017
-
-
Gus Grubba authored
-
- Jun 11, 2017
-
-
DonLakeFlyer authored
-
- May 10, 2017
-
-
DonLakeFlyer authored
-
- May 02, 2017
-
-
DonLakeFlyer authored
-
- May 01, 2017
-
-
DonLakeFlyer authored
-
- Apr 25, 2017
-
-
DonLakeFlyer authored
-
DonLakeFlyer authored
-
- Apr 24, 2017
-
-
Don Gagne authored
-
- Apr 23, 2017
-
-
DonLakeFlyer authored
This time to handle correctly updating plan/fly view when plan changes
-
- Apr 22, 2017
-
-
Don Gagne authored
-