- 18 Feb, 2012 1 commit
-
-
TobiasSimon authored
-
- 16 Feb, 2012 4 commits
-
-
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 6 commits
-
-
TobiasSimon authored
-
LM authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
Changed the drop rate from a SYS_STATUS message to follow the MAVLink specs along with some extra range checking.
-
hengli authored
-
- 14 Feb, 2012 4 commits
-
-
LM authored
-
Bryant Mairs authored
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.
-
Bryant Mairs authored
Refactored part of MAVLinkProtocol::receiveBytes() as I was trying to debug within it. Nothing major, though I did remove an unnecessary loop.
-
LM authored
-
- 13 Feb, 2012 2 commits
-
-
PIXHAWK Team authored
-
hengli authored
-
- 10 Feb, 2012 2 commits
- 08 Feb, 2012 4 commits
- 07 Feb, 2012 1 commit
-
-
hengli authored
Code changes to reflect new header information (sysid, compid, timestamp) in protobuf messages. Added protobuf message timeout; old messages will not be visualized. Fixed getParameterValue in ParamManager; the method can segfault if the component id or parameter id is not valid.
-
- 03 Feb, 2012 1 commit
-
-
pixhawk authored
-
- 30 Jan, 2012 2 commits
-
-
Bryant Mairs authored
Also removed redundant code in QGCMapWidget.cc.
-
hengli authored
-
- 29 Jan, 2012 2 commits
-
-
Bryant Mairs authored
Added support for reading uint8 values from an autopilot via QGC. Still need to add support for writing them.
-
Lionel Heng authored
-
- 26 Jan, 2012 2 commits
-
-
LM authored
-
Bryant Mairs authored
Also reorganized the code to be more readable.
-
- 25 Jan, 2012 1 commit
-
-
pixhawk authored
-
- 18 Jan, 2012 2 commits
- 17 Jan, 2012 3 commits
-
-
Bryant Mairs authored
-
hengli authored
-
LM authored
-
- 13 Jan, 2012 3 commits
-
-
pixhawk authored
Some more bugfixes and improvements for the Mission Plan widget. The "current"-checkbox in "Onboard"-waypoints can no longer be changed by clicking directly, but it is handled internally by QGC. Now there should be one and only one checked checkbox, which shows the last KNOWN "current" waypoint on MAV. The white border around an unchecked checkbox means, that the user is requesting the change of current waypoint, but QGC has not received MISSION_CURRENT message as a confirmation yet. Also,if there is no response from UAV after pushing "Read" or "Refresh", the "Onboard" list will be deleted to indicate, that there is no information available.
-
LM authored
-
LM authored
-