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
Don Gagne
dc0cd5fa73
Extra paranoia around write index list
8 years ago
Don Gagne
5bdc2bf65a
Merge pull request #5513 from DonLakeFlyer/Terrain
...
Plan: Terrain display in MissionItemStatus
8 years ago
Don Gagne
3a0f835760
Terrain display in MissionItemStatus
8 years ago
Don Gagne
c8b2082fc6
Merge pull request #5498 from bluerobotics/pr-gps-coordinate-facts
...
Add gps coordinates to vehicle gps factgroup
8 years ago
Don Gagne
dafac16a97
Merge pull request #5510 from DonLakeFlyer/StableMerge
...
Stable -> master
8 years ago
Lorenz Meier
9fafb135c1
Update PX4 meta data
8 years ago
Don Gagne
3fd5f36a99
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago
Don Gagne
878d443cdf
Merge pull request #5508 from DonLakeFlyer/Fixes
...
Mission/Survey related fixes
8 years ago
DonLakeFlyer
579b7b0707
Better handling a mission altitude default
...
* If new Survey is set to altitude fixed value then use mission default
altitude
* If the user applies a new altitude to the entire mission change
surveys to fixed altitude and apply altitude
8 years ago
DonLakeFlyer
3aadceca15
Change to fixed value is altitude when switching to Manual grid
...
This way if the user switches away from manual the altitude is preserved
8 years ago
DonLakeFlyer
37bcff0d7d
New coloring for child indicators
8 years ago
DonLakeFlyer
45056a5479
Add new map indicator colors
8 years ago
Daniel Agar
3e79ee010d
snapcraft.yaml lowercase name
8 years ago
Daniel Agar
919928a590
create initial snapcraft.yaml
8 years ago
Don Gagne
03b36370d6
Merge pull request #5496 from DonLakeFlyer/StableMerge
...
Stable merge
8 years ago
Gus Grubba
1077c75d63
Merge pull request #5504 from dogmaphobic/messageID
...
Message ID buffer overrun
8 years ago
Gus Grubba
0c4cec1f99
Buffer overrun in UAS.cc
8 years ago
Gus Grubba
2396eb6e5e
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
...
* 'master' of https://github.com/mavlink/qgroundcontrol : (37 commits)
Update ISSUE_TEMPLATE.md
Update ISSUE_TEMPLATE.md
Create ISSUE_TEMPLATE.md
Revert "Remove FileManager unit test"
Revert "Temp removal of Onboard File"
FileManager: fix upload complete
QGCUASFileView.cc: fix upload complete
Flight display: Fixed TypeErrors on startup without gstream installed
Fix timeout logic
10 sec timeout on vehicle
Stack callsign below altitude
Flight display: Create property variable
Flight display: Remove video record button when gstreamer is not installed
Add missing lib
Flight display: Add callsign to transponders
Add missing lib
Better display of vehicle indicators for multi-vehicle
Add support for ADSB vehicle display
travis-ci fix indentation
travis-ci fix google play deploy and quiet wget
...
8 years ago
Jacob Walser
63a342c4dc
Don't close joysticks
8 years ago
Jacob Walser
4690a091e3
Joystick: give duplicate joystick names distinct keys
8 years ago
dheideman
fce8e089f3
Add joystick button limit
8 years ago
Jacob Walser
72e5769b1c
Add gps coordinates to vehicle gps factgroup
8 years ago
Don Gagne
3ea4a28dea
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into StableMerge
8 years ago