- Jun 02, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
This bug affected parameters where the defaults are overridden in the object constructor. For example, a PID object may have a default value for PID_D of 0.0, but have a constructor based default of 0.2. If the user tries to set the value to exactly 0.0, then the set wouldn't happen, as the value matches the value in the object default var_info[] table. This change ensures we force a save to eeprom if the value is changing from the current value, regardless of the var_info[] default. Thanks to Tom Coyle for finding this bug!
-
Andrew Tridgell authored
just needs a wrapper driver in APM now
-
Randy Mackay authored
-
Randy Mackay authored
-
Olivier-ADLER authored
-
Olivier-ADLER authored
-
Dr Gareth Owen authored
-
Randy Mackay authored
-
Dr Gareth Owen authored
-
Dr Gareth Owen authored
-
Randy Mackay authored
Nose of copter now points at next guided point if it is more than 10m away
-
- Jun 01, 2013
-
-
Andrew Tridgell authored
-
Randy Mackay authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
if the user zeros the integrator tuning factor, we need to zero the integrator
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Andrew Tridgell authored
gives some chance of knowing if it worked
-
Andrew Tridgell authored
not all pins were defaulting to this, which led to some strange readings on some devices. First noticed by Andi on a LM335 temperature sensor
-
- May 31, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
Also pass in althold gain from main code
-
Andrew Tridgell authored
we probably won't support it for the next release. See http://diydrones.com/forum/topics/keep-supporting-apm1-1280-in-arduplane
-
Andrew Tridgell authored
-
Randy Mackay authored
This are more fully tested in the autotester
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
Also allow test to be run from mission planner's cli window
-
Randy Mackay authored
-
Randy Mackay authored
-