- Aug 22, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
this saves a tiny amount of time by removing the memory copy of a Vector3f
-
Randy Mackay authored
-
Randy Mackay authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
fixes pull #1320 thanks Arthur!
-
Andrew Tridgell authored
this is the start of multi-core aware code
-
Andrew Tridgell authored
this avoids suspending timers when transferring data between main thread and SPI read thread
-
Andrew Tridgell authored
-
Randy Mackay authored
reference to rc_1, rc2 are replaced with constant updates during acro_run
-
Randy Mackay authored
-
Randy Mackay authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
-
Robert Lefebvre authored
TradHeli: Add pointer for pilot roll/pitch inputs to attitude_control constructor. To be used for flybar passthrough.
-
Robert Lefebvre authored
AC_AttitudeControl_Heli: Create Flybar Passthrough flag which will be used for control pass-through.
-
- Aug 21, 2014
-
-
Craig Elder authored
-
- Aug 20, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
the EKF check works reliably but attempts to check the inertial nav for errors has not been successful. I could not find a way to reliably catch flyaways without also introducing false positives (and thus unwanted LANDings)
-
- Aug 19, 2014
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
use a single time base in all code
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this can be used for much simpler scheduling, without any wrap handling
-
Andrew Tridgell authored
setup the timer start after we've started the conversion to prevent reading faster than the MS5611 is able to produce values
-
Andrew Tridgell authored
this avoids drift in the 1kHz timer, to avoid bias in the IMU filtering
-
Andrew Tridgell authored
when running off a 1kHz timer and reading at 1kHz it is better to double sample than it is to skip a sample, as skipping samples will throw the filter off, whereas a double sample will have minimal effect
-