- 25 Feb, 2012 1 commit
-
-
Lionel Heng authored
-
- 24 Feb, 2012 5 commits
- 23 Feb, 2012 4 commits
-
-
Lionel Heng authored
-
hengli authored
-
hengli authored
-
hengli authored
Added remote OpenGL drawing in 3D view. Any external application can draw to the 3D view via the protobuf implementation of GLOverlay messages.
-
- 22 Feb, 2012 8 commits
-
-
Bryant Mairs authored
This commit unifies the supported baud rates completely across QGC and OSes.
-
Bryant Mairs authored
-
Bryant Mairs authored
Fixed error (in VS2010) about lacking a return value introduced in 6a55b6cd.
-
Bryant Mairs authored
Modified SerialLink.cc so that it follows the same cross-platform restrictions as the QSerialPort library it relies on. Windows compilation was broken during 94e91013, which is what prompted this refactoring.
-
Bryant Mairs authored
-
hengli authored
-
LM authored
Introduced persistence in RGBDview, needs debugging, fixed a bug in param reading in the simulator, pushed message sender a bit forward, not working yet
-
hengli authored
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.
-
- 21 Feb, 2012 1 commit
-
-
hengli authored
-
- 20 Feb, 2012 7 commits
-
-
Lorenz Meier authored
-
hengli authored
-
hengli authored
-
hengli authored
-
hengli 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 1 commit
-
-
TobiasSimon authored
-
- 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 7 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
-
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 3 commits
-
-
TobiasSimon authored
-
LM authored
-
Bryant Mairs authored
-