- 22 Feb, 2012 3 commits
- 21 Feb, 2012 6 commits
-
-
James Goppert authored
-
James Goppert authored
-
hengli authored
-
hengli authored
-
James Goppert authored
-
James Goppert authored
-
- 20 Feb, 2012 11 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
hengli authored
-
hengli authored
-
hengli authored
-
hengli authored
-
Lorenz Meier authored
Realtime plotter support for HEARTBEAT expanded
-
LM authored
-
LM authored
-
-
Bryant Mairs authored
Also updated all the units for the heartbeat values that are exposed to the realtime plotter to follow the suggestions laid out by the documentation for valueChanged().
-
- 19 Feb, 2012 6 commits
-
-
Lorenz Meier authored
Added emits for gps and controller flags in HSI window
-
TobiasSimon authored
-
Lorenz Meier authored
Fixed error rate peaks when packet arrive out-of order
-
Lorenz Meier authored
Added some values from the HEARTBEAT and SYS_STATUS messages to realtime plotter
-
Lorenz Meier authored
Message Inspector displayed always 0 Hz for Heartbeat
-
Lorenz Meier authored
fixes segfault in local 3D view when starting QGC without having a UAS selected
-
- 18 Feb, 2012 3 commits
-
-
TobiasSimon authored
cause: check for null pointer had no effect (static memory) solution: fill mavlink messages (and thus) message type with 0xff. this patch assumes that message ID 0xff is never used positiv side effect: qgroundcontrol uses 2% less cpu on my machine (eeepc)
-
TobiasSimon authored
-
TobiasSimon authored
-
- 16 Feb, 2012 9 commits
-
-
Bryant Mairs authored
Removed some dead code. Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details. I also added some more details on the types of units expected by valueChanged().
-
TobiasSimon authored
-
Lorenz Meier authored
Increased GPS sat timeout from 1 second to 10 seconds
-
Bryant Mairs authored
Exposed HEARTBEAT.system_status and HEARTBEAT.base_mode to the realtime plotter widget via the valueChanged signal.
-
-
Tobias Simon authored
sending GPS sat information via a low-bandwidth link like the UM96 @ 9600 baud should also work at low frequencies like 0.2 Hz
-
hengli authored
-
hengli authored
-
hengli authored
-
- 15 Feb, 2012 2 commits
-
-
LM authored
-
TobiasSimon authored
-