- Aug 22, 2014
-
-
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
-
Andrew Tridgell authored
we should be able to do 400Hz in future
-
Andrew Tridgell authored
use a time base sample wait, with 1kHz sampling
-
Andrew Tridgell authored
-
Andrew Tridgell authored
usleep can cause a large delay with PREEMPT kernel
-
Andrew Tridgell authored
this fixes the Replay tool
-
Andrew Tridgell authored
this will make it easier for other boards (such as NAVIO) to implement their own RCInput mechanism
-
Andrew Tridgell authored
-
Randy Mackay authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-