Don Gagne
6f6439cb5e
Fly: Show missions from all vehicles
8 years ago
Don Gagne
0686feca26
Merge pull request #5558 from DonLakeFlyer/iOSBuildBreak
...
Fix iOS build break
8 years ago
DonLakeFlyer
790e6543ca
Fix build break
8 years ago
Don Gagne
f84781fac8
Merge pull request #5553 from DonLakeFlyer/PlanMapItems
...
Encapsulate Fly view map items into PlanMapItems control
8 years ago
Don Gagne
1dbacddf81
New PlanMapItems control
...
Used to display items associated with Flight Plan on Map
8 years ago
Don Gagne
fcf2d7a05f
Fix CLEAR_ALL
8 years ago
Don Gagne
7e8450c61c
Remove console output
8 years ago
Don Gagne
72ac8f8a47
Merge pull request #5548 from DonLakeFlyer/GeoFenceRallyMav2
...
New Mavlink 2 spec GeoFence and Rally Point support
8 years ago
Don Gagne
537463c57c
New Mavlink 2 spec GeoFence and Rally Point support
8 years ago
Don Gagne
a11b1dbf25
Merge pull request #5460 from HorusAeronaves/wind_rose_solution
...
Wind rose solution
8 years ago
Don Gagne
6b6361eff3
Merge pull request #5533 from NaterGator/consoleperf
...
Switch over to model based storage for the mavlink console
8 years ago
Don Gagne
ab0e284f89
Merge pull request #5526 from bluerobotics/pr-add-sub-modes
...
Add missing sub modes
8 years ago
Don Gagne
8d403ddf1c
Merge pull request #5518 from mavlink/pr-reduce-mavlink-decoder-prio
...
MAVLink decoder: Run at lowest priority
8 years ago
Don Gagne
da02ca1a96
Merge pull request #5539 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Don Gagne
42a2e61d25
Merge pull request #5135 from bluerobotics/vehicle-health-alert
...
Rework vehicle sensors_health alert
8 years ago
DonLakeFlyer
3f7b313fff
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
bd28760771
Merge pull request #5537 from DonLakeFlyer/ResumeMissionFail
...
Better handling of resume mission upload failures
8 years ago
Don Gagne
595fb58e43
Merge pull request #5538 from DonLakeFlyer/MapInternetTest
...
Internet availability test fixes
8 years ago
DonLakeFlyer
62d3098e69
Internet availability test fixes
8 years ago
DonLakeFlyer
2cbbcdadc9
Better handling of resume mission upload failures
8 years ago
Beat Küng
9cb4f2ddc5
MAVLinkLogManager: use https as default upload url
8 years ago
Nate Weibley
f7aac9094f
Switch over to model based storage for the mavlink console
8 years ago
Patrick José Pereira
2c1e6da699
Survey: Change entry when moving windrose direction
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Patrick José Pereira
879901b639
Survey: Remove lost semicolon
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Patrick José Pereira
5ce5a5e523
Survey: Move windrose to same angle that text entry
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Patrick José Pereira
3aeed07c1c
Survey: Change visibility back to normal
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
dheideman
cecfad7219
Add missing sub modes
8 years ago
Jacob Walser
b25fa29cf5
copy/paste typo
8 years ago
Jacob Walser
7b03fbcd3f
Alert user of sensor health error
8 years ago
Jacob Walser
df641b2363
Don't switch views automatically on sensor health warning
8 years ago
Don Gagne
190d80efac
Merge pull request #5523 from jaxxzer/pr-apm-altitude-fix
...
Fix for missing altitude updates on APM
8 years ago
Jacob Walser
69a5071994
Fix for missing altitude updates on APM
8 years ago
Gus Grubba
59428e138e
Merge pull request #5520 from mavlink/internetTest
...
Internet Test
8 years ago
Don Gagne
a1c60f60a9
Merge pull request #5501 from bluerobotics/pr-joystick-duplicate-names
...
Handle joysticks with duplicate names
8 years ago
Don Gagne
c6ac209a9a
Merge pull request #5502 from bluerobotics/pr-limit-joystick-btns
...
Add joystick button limit
8 years ago
Gus Grubba
1ca359f541
Route Internet test function to main app.
...
Switch test from 8.8.8.8:53 to "www.github.com:80"
8 years ago
Lorenz Meier
6023c1bfa6
MAVLink decoder: Run at lowest priority
8 years ago
Lorenz Meier
cc6730cc00
PX4 Safety settings: Expose HITL param
8 years ago
Lorenz Meier
db714c2e9b
Start plan request: Wait until the protocol version is definite.
8 years ago
Lorenz Meier
45817eb789
MAVLink protocol: Increase disconnect holdoff to avoid false positives in tests
8 years ago
Lorenz Meier
e7610c647b
Radio upgrade: Point updater to a binary which is fully MAVLink 2.0 enabled, including radio status.
8 years ago
Lorenz Meier
10b2b30981
MAVLink: Accept existing MAVLink 2 connection and accept link disconnect command.
8 years ago
Lorenz Meier
962eaaaf16
MAVLink: Set v2 state also on incoming MAVLink 2 packets
8 years ago
Lorenz Meier
17fee3a016
MAVLink: Disconnect link if it does not contain protocol data
...
This is important to avoid having QGC hijack links that are active (we read 2000 bytes!) but are definitely not MAVLink. This can have nasty side-effects, e.g. if we would talk to an LTE modem in a laptop or alike.
8 years ago
Lorenz Meier
c99291144d
Switch only to MAVLink 2 on first connected link. Fall back to v1 if two links to the same vehicle are connected and one can only do v1
8 years ago
Lorenz Meier
6603b6399b
MAVLink 2 automatic version handshaking
...
This extension introduces a complete version handshake mechanism which will detect wether the vehicle AND the complete link / routing infrastructure support MAVLink 2. If they do, QGC will switch to the highest protocol version supported by all connected vehicles. If a new vehicle connects, it will re-negotiate the highest possible version. This means that we error on the side of compatibility, which later can be easily changed.
8 years ago
Lorenz Meier
f4accddb1a
Remove stale MAVLink 1 submodule as the MAVLink 2 headers support v1 and v2
8 years ago
Don Gagne
f9a99f800e
Merge pull request #5461 from zthorson/feature/tcp_mpeg2ts_video
...
Add TCP-Mpeg2TS support to available video feeds
8 years ago
Don Gagne
7ae2f7a464
Merge pull request #5486 from bluerobotics/pr-blink-record-btn
...
Make recording status more obvious
8 years ago
Don Gagne
eb1fcc590b
Merge pull request #5516 from DonLakeFlyer/WriteMission
...
Mission upload: Extra paranoia around write index list
8 years ago