- Aug 14, 2013
-
-
Anton Babushkin authored
-
- Aug 03, 2013
-
-
Lorenz Meier authored
-
- Jul 01, 2013
-
-
Lorenz Meier authored
-
- Jun 21, 2013
-
-
Bryant authored
Vastly improved the joystick documentation, removed some redundant/unnecessary code, and fixed a couple of small bugs. This code should be ready for live testing.
-
- Jun 19, 2013
-
-
Bryant authored
The default UAS.cc now lists available actions that it can be commanded. These are polled by the Joystick Configuration window for each joystick button so that they can be assigned to trigger this action. Button presses don't yet trigger these actions, nor are they stored and reloaded on UAS switch.
-
- Jun 17, 2013
-
-
Bryant authored
The UASInterface now defines a systemCanReverse() function for indicating if the UAS is capable of commanding a reverse thrust.
-
- Jun 10, 2013
-
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- Jun 07, 2013
-
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- Jun 06, 2013
-
-
dongfang authored
Impl. Lorenz suggestions wrt one velocityChanged, altitudeChanged, speedChanged signal per reference frame. Impl. CDI on compass disk.
-
- Jun 03, 2013
-
-
dongfang authored
-
- May 24, 2013
-
-
dongfang authored
-
- May 15, 2013
-
-
Michael Carpenter authored
Changes for new calibration in APM 3.0 (Re: https://github.com/diydrones/MissionPlanner/issues/38), and change in some of the serial timeouts
-
- May 08, 2013
-
-
Michael Carpenter authored
Fix for crash when removing item from QuickView, and addition of more generic signal/slot combonation for property updates
-
- Apr 25, 2013
-
-
Lorenz Meier authored
-
- Apr 02, 2013
-
-
Lorenz Meier authored
-
- Dec 23, 2012
-
-
Lorenz Meier authored
-
- Nov 21, 2012
-
-
Lorenz Meier authored
-
- Sep 07, 2012
-
-
Lorenz Meier authored
-
- Sep 06, 2012
-
-
Lorenz Meier authored
Removed a lot of verbose debug output, added connection indication to main menu bar to improve situational awareness of operator
-
- Sep 05, 2012
-
-
Lorenz Meier authored
-
- Jul 18, 2012
- May 23, 2012
-
-
pixhawk authored
-
- Feb 23, 2012
-
-
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.
-
- Feb 16, 2012
-
-
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().
-
Bryant Mairs authored
Exposed HEARTBEAT.system_status and HEARTBEAT.base_mode to the realtime plotter widget via the valueChanged signal.
-
- Feb 13, 2012
-
-
hengli authored
-
- Feb 10, 2012
- Feb 08, 2012
- Jan 29, 2012
-
-
Lionel Heng authored
-
- Jan 25, 2012
-
-
pixhawk authored
-
- Jan 18, 2012
-
-
hengli authored
-
- Jan 17, 2012
-
-
LM authored
-
- Jan 13, 2012
-
-
LM authored
-
- Jan 12, 2012
-
-
hengli authored
Added visualization of obstacles. Fixed relative font path issue in 3D widgets by using QFont within osgText::Font instead of using static font filename.
-
- Dec 10, 2011
-
-
Lionel Heng authored
-
Lionel Heng authored
Enabled visualization of point cloud data via Protocol Buffers serialization and extended_mavlink_message.
-
- Sep 20, 2011
-
-
LM authored
-