Skip to content
Snippets Groups Projects
  1. Apr 29, 2014
  2. Apr 27, 2014
  3. Apr 25, 2014
  4. Apr 24, 2014
    • Michael Oborne's avatar
      Fix auto doc group names · 68f439ac
      Michael Oborne authored
      68f439ac
    • Randy Mackay's avatar
      Parachute: clear release time when enabled · 06bef6e3
      Randy Mackay authored
      This resolves an issue in which the parachute could be suddenly released
      when the user enabled the parachute.  The sequence that could have
      caused this bad behaviour were (1) the parachute is triggered (2) the
      user disables the parachute in the 0.5sec between the trigger and the
      actual release, (3) the user re-enables the parachute and the old
      release time from (1) is used.
      06bef6e3
    • Randy Mackay's avatar
      Copter: disable Parachute by default · 19f1e7fe
      Randy Mackay authored
      This saves 1k of flash and we are desperately low on the APM1/APM2.
      Hopefully we can find savings somewhere and re-enable it by default.
      19f1e7fe
    • Randy Mackay's avatar
      Copter: RTL ensures heading is back to initial heading · ea64438e
      Randy Mackay authored
      This fixes the issue in which a short RTL_LOIT_TIME could cause the
      vehicle's heading to be caught between it's heading when it arrived at
      home and the initial armed heading.  With this fix it now waits above
      home until the timer has run out AND the heading is within 2degrees of
      the initial armed heading.
      ea64438e
    • Randy Mackay's avatar
      Copter: disarm after completing RTL · e2311551
      Randy Mackay authored
      Note that an RTL command executed in AUTO mode will also disarm when it
      lands and pilot's throttle is put to zero and no further commands will
      be executed.  This is normally not an issue because missions generally
      end with an RTL (instead of having the RTL in the middle) and a work
      around is available in that the LAND command could be used instead of
      RTL.
      e2311551
    • Randy Mackay's avatar
      AC_WPNav: recalc leash lengths if set_horizontal_velocity is called · ad99918f
      Randy Mackay authored
      Resolves bug in which do-set-speed allowed reducing the speed during the
      mission but not increasing it.
      Slow down distance is also recalculated.
      Unnecessary call to calc_wp_leash_length removed from
      set_spline_origin_and_destination.
      ad99918f
    • Randy Mackay's avatar
      46fba47c
    • Randy Mackay's avatar
      Copter: updated contributors list · a5602c5f
      Randy Mackay authored
      Add JulianD and SandroT and replaced tabs with spaces
      a5602c5f
    • Ju1ien's avatar
      Copter: Hybrid removed Wind_comp_estimate filter · 78a3e0f5
      Ju1ien authored
      Removed useless call of function
      hybrid_get_wind_comp_lean_angles(hybrid.wind_comp_roll,
      hybrid.wind_comp_pitch);
      Removed 10Hz filter for hybrid_update_wind_comp_estimate()
      78a3e0f5
  5. Apr 23, 2014
Loading