- Jul 23, 2013
-
-
Lorenz Meier authored
-
PDSantos authored
Fixed Compiler Error C2864 - only static const integral data members can be initialized within a class
-
tstellanova authored
-
- Jul 21, 2013
-
-
tstellanova authored
-
- Jul 09, 2013
-
-
Lorenz Meier authored
-
- Jul 04, 2013
-
-
Lorenz Meier authored
-
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 20, 2013
-
-
Bryant authored
Have settings loaded/stored correctly for all joysticks based on their UAS type and autopilot type. Switching between UASes doesn't work right yet, however.
-
- 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 joystick code now understands if a UAS can reverse or not (based on UASInterface::systemCanReverse) and scales the joystick input accordingly. This isn't ideal on auto-centering axes and so the limit-range code should be brought back as an option for the throttle channel.
-
Bryant authored
The UASInterface now defines a systemCanReverse() function for indicating if the UAS is capable of commanding a reverse thrust.
-
- Jun 13, 2013
-
-
Lorenz Meier authored
-
- Jun 11, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jun 10, 2013
-
-
Lorenz Meier authored
-
Bryant authored
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
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
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
-
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
-
-
Michael Carpenter authored
-
dongfang authored
Impl. Lorenz suggestions wrt one velocityChanged, altitudeChanged, speedChanged signal per reference frame. Impl. CDI on compass disk.
-
- Jun 04, 2013
-
-
Michael Carpenter authored
-
- Jun 03, 2013
-
-
dongfang authored
-
- May 28, 2013
-
-
Michael Carpenter authored
Fix for static const float cannot be initialized within a class definition, and other windows compile errors.
-
- May 25, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 24, 2013
-
-
dongfang authored
-
- May 21, 2013
-
-
Lorenz Meier authored
Hotfix: Fixed widget / UAS initialization order which led to text messages (and other updates) being ignored if the widget was not open when the UAS was created
-
- 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 14, 2013
-
-
Michael Carpenter authored
-
- May 10, 2013
-
-
Michael Carpenter authored
Change so Waypoints are the same across maps, and offline waypoints get appeneded to the end of the MAV's waypoint list on connect
-
- 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
-
- May 07, 2013
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
-
- May 01, 2013
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-