- Nov 15, 2014
-
-
Grant Morphett authored
-
Grant Morphett authored
-
Grant authored
The curly brace was in the wrong spot.
-
Craig Elder authored
-
Craig Elder authored
-
- Nov 14, 2014
-
-
Craig Elder authored
-
Andrew Tridgell authored
This reverts commit 71b2306a. This broke the build due to git submodules. We need to work out how ArduPilot is going to handle the external uavcan module dependency before we enable this again
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Holger Steinhaus authored
GNSS modules handled by PX4 drivers are not auto-detectable, some are not even connected to a UART port. The activation is therefore controlled by GPS_TYPE only. Baud rate and port settings (if applicable) have to be handled by the PX4 firmware.
-
Holger Steinhaus authored
-
Holger Steinhaus authored
-
John Williams authored
-
Jason Short authored
Using a simple bit mask to avoid calculating an unneeded ATAN2() for AVR users.
-
Matthias Badaire authored
The modification allows the read and write functions to be called by any thread but the calling thread must be the last one that called the begin() function.
-
Andrew Tridgell authored
-
Holger Steinhaus authored
-
Holger Steinhaus authored
Fixes #1321
-
Randy Mackay authored
-
Jonathan Challinger authored
-
Jonathan Challinger authored
-
Evan Slatyer authored
- rc_override_active is never set anywhere in the ArduPlane code; it's only used for Copter and Rover. Removing it significantly simplifies the failsafe code. - modified code has been tested in SITL. Heartbeat and RC failures in AUTO, CRUISE, and RTL modes (covering the three cases in the failsafe check functions) have been simulated with FS_LONG_ACTN = 0, 1, and 2, FS_SHORT_ACTN = 0, 1, and 2, and FS_GCS_ENABL = 0, 1, and 2. In all cases the results are identical to those with the original code.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Nov 13, 2014
-
-
Arthur Benemann authored
As suggested in the thread at the following link: https://groups.google.com/forum/#!topic/drones-discuss/hiD23c3w6xQ
-
Jonathan Challinger authored
-
priseborough authored
(Plane Only) If the yaw and GPS heading disagree by more than 45 degrees on takeoff, then the magnetometer is declared as failed. The heading is then reset based on the difference between GPS ground track and stgate velocity vector. Magnetometer fusion uses corrected data and bias states are initialised to zero. This allows the compass to be switched in flight. For persistent compass errors that trigger a timeout, the compass is not permanently failed, however for non-forward fly vehicles the compass weighting is reduced.
-
Staroselskii Georgii authored
-
Mikhail Avkhimenia authored
-
Mikhail Avkhimenia authored
-
Staroselskii Georgii authored
-
Staroselskii Georgii authored
-
Víctor Mayoral Vilches authored
exit from the autpilot when reboot is commanded. The software assumes that the code is being launched in an infinite loop thereby an exit will make it reboot.
-
Andrew Tridgell authored
-
John Williams authored
-