LM
6a76028799
Fixed QSerialPort baud rate selection, fixed target dir for build
13 years ago
hengli
85240f3c2b
Merge branch 'master' of github.com:mavlink/qgroundcontrol
13 years ago
hengli
4e84790959
Added parameter dialog to modify terrain offset parameters.
13 years ago
LM
5297d77a1f
Merge branch 'master' of github.com:mavlink/qgroundcontrol
13 years ago
LM
6a55b6cd49
Introduced persistence in RGBDview, needs debugging, fixed a bug in param reading in the simulator, pushed message sender a bit forward, not working yet
13 years ago
hengli
cd49ed036b
Fixed merge errors.
13 years ago
hengli
f7ce46b498
Removed outdated MAVLINK v0.9 version as QGC does not work with this version. Added feature to import COLLADA terrain model and visualize model in 3D view.
13 years ago
James Goppert
f35f8d029d
Merge branch 'master' of github.com:mavlink/qgroundcontrol
13 years ago
James Goppert
a4f73ca87e
Cleaned up linux qmake files.
13 years ago
hengli
dfe1cbaea6
Merge branch 'master' of github.com:mavlink/qgroundcontrol
13 years ago
hengli
3e34adac84
Added button to clear data in 3D view.
13 years ago
James Goppert
b1e1d98bb3
Using official tarball for mavlink.
13 years ago
James Goppert
94e91013c2
Updated third party directory.
13 years ago
Lorenz Meier
a9f8dccb3f
Made QtOSG truly optional
13 years ago
Lorenz Meier
622283a3fc
Completed MAV_CMD enum in button, allowed to directly enter numbers into the form
13 years ago
hengli
a5d6ae2653
Fixed parameter value error in path planning commands.
13 years ago
hengli
858644b6fa
Made trail colors brighter.
13 years ago
hengli
eea6afda61
Visualize orientation of last trail pose in 3D view.
13 years ago
hengli
4560ef332d
Added setpoint visualization to 3D view.
13 years ago
Lorenz Meier
e9dfef5306
Merge pull request #47 from Susurrus/master
...
Realtime plotter support for HEARTBEAT expanded
13 years ago
LM
cfd9c792e1
Resolved drop count issue
13 years ago
LM
f01ad4a2c0
Runtime fixes for multi-IMU systems
13 years ago
Bryant Mairs
927c066e84
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
13 years ago
Bryant Mairs
93821e15f3
Forgot to add the custom mode part of the heartbeat message.
...
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().
13 years ago
Lorenz Meier
deddf85c9d
Merge pull request #46 from ARCADE-UAV/gps_hsi_fix
...
Added emits for gps and controller flags in HSI window
13 years ago
TobiasSimon
6411609dea
Added emits for gps and controller flags in HSI window
13 years ago
Lorenz Meier
9cebfd49af
Merge pull request #44 from ARCADE-UAV/error_rate_fix
...
Fixed error rate peaks when packet arrive out-of order
13 years ago
Lorenz Meier
b4ff79bf43
Merge pull request #42 from Susurrus/master
...
Added some values from the HEARTBEAT and SYS_STATUS messages to realtime plotter
13 years ago
Lorenz Meier
1f3dfd3643
Merge pull request #45 from ARCADE-UAV/mavlink_inspector_fix
...
Message Inspector displayed always 0 Hz for Heartbeat
13 years ago
Lorenz Meier
268479b192
Merge pull request #41 from ARCADE-UAV/crashfix
...
fixes segfault in local 3D view when starting QGC without having a UAS selected
13 years ago
TobiasSimon
2a42532fc9
symptom: heartbeat Hz value was always 0
...
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)
13 years ago
TobiasSimon
42e3368f8c
fixed debug output and removed tab indents
13 years ago
TobiasSimon
9405b6f1fe
fixed out-of-order bug in packet loss calculation
13 years ago
Bryant Mairs
5114ff8ea1
Added logging of useful values from the HEARTBEAT and SYS_STATUS messages to the realtime plotter.
...
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().
13 years ago
TobiasSimon
956cf4cd35
fixes segfault when starting QGC without having a UAS selected
13 years ago
Lorenz Meier
aaf236a9ac
Merge pull request #38 from ARCADE-UAV/gps_update_fix
...
Increased GPS sat timeout from 1 second to 10 seconds
13 years ago
Bryant Mairs
8cf835c390
Exposed HEARTBEAT.system_status and HEARTBEAT.base_mode to the realtime plotter widget via the valueChanged signal.
13 years ago
Tobias Simon
f0c294e567
Merge branch 'master' of git://github.com/mavlink/qgroundcontrol into gps_update_rate_fix
13 years ago
Tobias Simon
ae060b62b8
increased GPS sat timeout from 1 second to 10 seconds
...
sending GPS sat information via a low-bandwidth link like the UM96 @ 9600 baud should also work at low frequencies like 0.2 Hz
13 years ago
hengli
1529ae86cc
Disabled mouse-based throwing movement of camera in 3D view.
13 years ago
hengli
0bf76fb68a
Minor GUI flaws fixed. Visualize links between poses from different component sources for each MAV.
13 years ago
hengli
921870e46a
Fixed bug in bird's eye view in 3D view.
13 years ago
LM
001ccd3932
Merged in drop rate fix
13 years ago
TobiasSimon
3a4c70e93a
fixed dropRateChanged: it was impossible to represent a drop rate > 1%
13 years ago
LM
ba82c210e1
Merge branch 'master' of github.com:mavlink/qgroundcontrol
13 years ago
LM
c8d6ba3081
Prevented accidental direct sending
13 years ago
PIXHAWK Team
27932f5c00
Merge pull request #34 from Susurrus/master
...
Various changes
13 years ago
Bryant Mairs
19805a9293
Fixed borked Windows compilation introduced with mavlink/qgroundcontrol:864e6ae8.
13 years ago
Bryant Mairs
c3ebf0796c
Re-add copying of /models directory that was accidentally removed during last merge.
13 years ago
Bryant Mairs
7ce3400323
Fixed unused variable warning during compilation.
13 years ago