Gus Grubba
|
55bf2f5993
|
Added flight info and flight brief UI. It's not yet wired to live, real data.
|
7 years ago |
Gus Grubba
|
a6ea3d7961
|
Flight Details and File Flight Plan WIP
Permit refactoring
QGCButton tweaks
|
7 years ago |
Gus Grubba
|
32ed1ec009
|
Make all argument to AirMap queries based on what the screen shows (bounding rectangle and/or radius), respecting the limits imposed by AirMap.
|
7 years ago |
PX4 Jenkins
|
61cc29df3b
|
Update PX4 Firmware metadata Sun Feb 18 04:37:13 UTC 2018
|
7 years ago |
Don Gagne
|
bb3d17011b
|
Merge pull request #6148 from DonLakeFlyer/MissionStart
Hide camera section when in waypoints only mode
|
7 years ago |
DonLakeFlyer
|
e29e33aee2
|
Hide camera section when in waypoints only mode
|
7 years ago |
Gus Grubba
|
60bc4330be
|
Process features
|
7 years ago |
Gus Grubba
|
2842dd6879
|
Update airmapd
Collect rulesets from briefing
|
7 years ago |
Gus Grubba
|
7aa5d4f690
|
Collecting briefing advisories
|
7 years ago |
Gus Grubba
|
f47311320f
|
Attempt and updating a flight plan (API seems broken)
|
7 years ago |
Gus Grubba
|
abbb4d4c20
|
Set takeoff position
Add flight plan deletion
|
7 years ago |
Gus Grubba
|
b3c506edfc
|
Flight Plan WIP
Moved flight planning away from "Flight Management" to its own class. Planning does not need a connected vehicle.
|
7 years ago |
Don Gagne
|
21dfcf4ffd
|
Merge pull request #6144 from DonLakeFlyer/PreflightStorage
Remove usage of PREFLIGHT_STORAGE
|
7 years ago |
Don Gagne
|
c671b68dd4
|
Merge pull request #6117 from nanthony21/fixJoystickCalibrationStates
Joystick axes can now be monitored even when joystick control is disabled
|
7 years ago |
DonLakeFlyer
|
fcddb6f252
|
Remove usage of PREFLIGHT_STORAGE
Buggy and no longer needed
|
7 years ago |
Gus Grubba
|
719189e953
|
Start work on create/update flight plan from mission
|
7 years ago |
Gus Grubba
|
066699f310
|
Removed AirspaceController and moved its interface into AirspaceManager
AirspaceManager is now exposed by QGroundControlQmlGlobal instead of Vehicle (available all the time)
|
7 years ago |
Gus Grubba
|
6cee3dfcf8
|
Compute bounding cube instead of "box"
|
7 years ago |
Gus Grubba
|
ba55604f41
|
Compute mission bounding box
|
7 years ago |
Gus Grubba
|
2cc0a60886
|
ComplexMissionItem (SurveyMissionItem) bounding box
|
7 years ago |
Gus Grubba
|
ff21304cfc
|
Collecting rules from rulesets
|
7 years ago |
Gus Grubba
|
5e7603d5b1
|
Expanding rulesets, rules and features implementation
|
7 years ago |
Don Gagne
|
44ffe7f6da
|
Merge pull request #6140 from DonLakeFlyer/HoverCaptureDelay
Hover and Capture: Bump to 4 second delay
|
7 years ago |
DonLakeFlyer
|
c11ac64d76
|
Bump to 4 second delay
|
7 years ago |
Gus Grubba
|
da5d7f9bab
|
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into Airmap
|
7 years ago |
Don Gagne
|
8c7e5780c1
|
Merge pull request #6096 from acfloria/feature/high_latency_configuration
Add highLatency property to LinkConfiguration
|
7 years ago |
Don Gagne
|
894db08093
|
Merge pull request #6136 from DonLakeFlyer/Guided
Add delay to guided commands to catch up with multiple state changes
|
7 years ago |
acfloria
|
862f543c67
|
Move high latency checkbox to the bottom of the settings
|
7 years ago |
Don Gagne
|
d4d715b6fd
|
Add delay to guided commands to catch up with multiple state changes
|
7 years ago |
Don Gagne
|
e0d295ed91
|
Merge pull request #6134 from DonLakeFlyer/AttitudeTick
Larger center tick
|
7 years ago |
Don Gagne
|
e37b067c0c
|
Merge pull request #6127 from DonLakeFlyer/PriorityLink
Fix bugs in updating priority link
|
7 years ago |
DonLakeFlyer
|
66b82a58dc
|
Larger center tick
|
7 years ago |
DonLakeFlyer
|
610d0e9053
|
Look for better link than high latency
|
7 years ago |
Gus Grubba
|
6c906d92af
|
Merge pull request #6124 from mavlink/cameraControl
Camera Control
|
7 years ago |
Don Gagne
|
fc74e889b4
|
Merge pull request #6130 from DonLakeFlyer/HighLatency
Support remainder of HIGH_LATENCY2 fields
|
7 years ago |
DonLakeFlyer
|
b3e6246fc1
|
Support remainder of HIGH_LATENCY2 fields
|
7 years ago |
PX4 Jenkins
|
b2d58a51c6
|
Update PX4 Firmware metadata Thu Feb 8 23:37:07 EST 2018
|
7 years ago |
DonLakeFlyer
|
5280b8a675
|
Fix bugs in updating priority link
* Also handles correct prioritization of high latency links
|
7 years ago |
Gus Grubba
|
d77583a0a9
|
Bring in UDP fixes from master
|
7 years ago |
Gus Grubba
|
a68e2f2165
|
Merge branch 'Stable_V3.3' of https://github.com/mavlink/qgroundcontrol into Airmap
|
7 years ago |
Don Gagne
|
4c339fa522
|
Merge pull request #6120 from DonLakeFlyer/CorridorScan
Corridor Scan: applyNewAltitude support
|
7 years ago |
Gus Grubba
|
6dafc13c85
|
Time lapse [ci skip]
|
7 years ago |
DonLakeFlyer
|
6e79cdb7e5
|
Fix lastSequenceNumber and mission item generation
|
7 years ago |
DonLakeFlyer
|
7058f17530
|
Fix off by 1
|
7 years ago |
Gus Grubba
|
ad57d68f36
|
Merge pull request #6110 from mavlink/udpChange
UDP Change
|
7 years ago |
Don Gagne
|
0e0d307367
|
Merge pull request #6122 from DonLakeFlyer/OSXDMG
Fix package generation
|
7 years ago |
DonLakeFlyer
|
08e6694292
|
Fix package generation
package directory was showing up in dmg file
|
7 years ago |
Don Gagne
|
1b3ac79ff0
|
Merge pull request #6119 from DonLakeFlyer/StructureScanROI_WPNEXT_OFFSET
Switch to using ROI_WPNEXT_OFFSET
|
7 years ago |
DonLakeFlyer
|
65800bfdf9
|
applyNewAltitude support
Plus various bug fixes from flight testing
|
7 years ago |
DonLakeFlyer
|
11df383eab
|
Switch to using ROI_WPNEXT_OFFSET
Also remove custom gimbal support
|
7 years ago |