2155 Commits (e70c38bfe5405378d46acaeadfe22768d6cef0d5)
 

Author SHA1 Message Date
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 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. 13 years ago
Lorenz Meier deddf85c9d Merge pull request #46 from ARCADE-UAV/gps_hsi_fix 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 13 years ago
Lorenz Meier b4ff79bf43 Merge pull request #42 from Susurrus/master 13 years ago
Lorenz Meier 1f3dfd3643 Merge pull request #45 from ARCADE-UAV/mavlink_inspector_fix 13 years ago
Lorenz Meier 268479b192 Merge pull request #41 from ARCADE-UAV/crashfix 13 years ago
TobiasSimon 2a42532fc9 symptom: heartbeat Hz value was always 0 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. 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 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 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 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
Bryant Mairs e58b34c7f6 Removed redundant boolean comparison. 13 years ago
Bryant Mairs e0635aeaa2 Merge branch 'master' of https://github.com/mavlink/qgroundcontrol 13 years ago
Bryant Mairs b03070d0d6 Expanded documentation for UASInfoWidget::update*Loss. 13 years ago
hengli 864e6ae8c3 Major overhaul of local 3D view: now supports multi-MAV visualization. 13 years ago
pixhawk 8aa52859d7 Merge branch 'no-osg' of github.com:Trof/qgroundcontrol-1 13 years ago
pixhawk 9f048eec90 Merge 13 years ago
pixhawk 2493d9ad37 Mission Plan: "autocontinue"-checkbox in view-tab is no longer interactive, because MAVLINK protocol does not support online "autocontinue" switching yet. 13 years ago
LM aef10d0bd9 Re-enabled double UDP port usage, substantially improved setpoint sending 13 years ago
Bryant Mairs 260e9ca9f5 Added a workaround to the mission management code where it would only accept messages addressed to the MAV_ID_MISSIONPLANNER component. This was causing problems with the send-loss value being calculated, so I decided to add this until a proper solution can be developed. 13 years ago
Bryant Mairs 7dfac40963 Refactored part of MAVLinkProtocol::receiveBytes() as I was trying to debug within it. Nothing major, though I did remove an unnecessary loop. 13 years ago