- 15 Feb, 2012 5 commits
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
https://github.com/mavlink/qgroundcontrolBryant Mairs authored
Conflicts: qgroundcontrol.pri src/uas/UAS.cc
-
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 5 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 3 commits
-
-
PIXHAWK Team authored
-
hengli authored
-
hengli authored
-
- 10 Feb, 2012 3 commits
- 08 Feb, 2012 8 commits
- 07 Feb, 2012 2 commits
-
-
Lionel Heng authored
-
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 3 commits
-
-
Lionel Heng authored
-
pixhawk authored
-
pixhawk authored
-
- 01 Feb, 2012 1 commit
-
-
Lionel Heng authored
-
- 31 Jan, 2012 1 commit
-
-
LM authored
-
- 30 Jan, 2012 7 commits
-
-
Lionel Heng authored
-
Bryant Mairs authored
Compilation on Windows VS2010 now properly copies necessary support libraries to the /debug and /release directories based on which is currently building. These copies are also only done if they are necessary. I removed copying of the plugins folder from Qt to the executable directory as I don't believe it's necessary anymore.
-
Bryant Mairs authored
-
Bryant Mairs authored
Also removed redundant code in QGCMapWidget.cc.
-
PIXHAWK Team authored
V10release
-
Bryan Godbolt authored
-
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
-