"README.md" did not exist on "71ad185238d86d69d313001c48b634710545410d"
- Jul 10, 2013
-
-
Randy Mackay authored
This value is for reporting purposes only
-
Randy Mackay authored
Contribution from Leonard Hall
-
Randy Mackay authored
Contributed by Leonard Hall
-
Randy Mackay authored
-
Randy Mackay authored
Contributed by Leonard Hall This should reduce the aggressiveness of the response when we experience a GPS glitch
-
Randy Mackay authored
Contributed by Leonard Hall
-
- Jul 08, 2013
-
-
Randy Mackay authored
previously it was 50% ~ 150% of expected mag field but now expanded to 35% ~ 165%.
-
Randy Mackay authored
-
Randy Mackay authored
-
- Jul 05, 2013
-
-
Randy Mackay authored
We now allow the I term even if we've hit the yaw limits as long as updating the I term will reduce it
-
rmackay9 authored
-
Randy Mackay authored
Hardly my finest work but it's temporary because we're going to replace all the led, buzzer etc with a library called AP_Notify in the near future.
-
- Jun 26, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
- Jun 25, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Olivier-ADLER authored
Fence was missing GPS 3D fix check before selecting recovery decision.
-
Randy Mackay authored
-
Olivier-ADLER authored
SuperSimple bearing was updated without checking for GPS 3D Fix availability.
-
Randy Mackay authored
-
- Jun 17, 2013
-
-
Randy Mackay authored
-
- Jun 16, 2013
-
-
Randy Mackay authored
This helps reduce jumpiness due to althold feed forward
-
Randy Mackay authored
-
Randy Mackay authored
WP_ACCEL added to allow user control of acceleration during missions. Loiter acceleration made to be half of loiter max speed
-
- Jun 15, 2013
-
-
Randy Mackay authored
Set loiter target and prev iterations velocity when circle mode is started Start circling from projected stopping point
-
- Jun 04, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
- Jun 03, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
Verify_takeoff was always returning false if throttle was zero. The pilot should be able to move their throttle back to zero immediately after initiating the mission
-
Andrew Tridgell authored
-
Andrew Tridgell authored
the choice of analog source is now in the airspeed driver
-
Andrew Tridgell authored
this gives us support for arbitrary analog pins for the airspeed sensor, plus support for the EagleTree airspeed driver on PX4
-
Andrew Tridgell authored
-
- Jun 02, 2013
-
-
Randy Mackay authored
-
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!
-