- Apr 29, 2014
-
-
Randy Mackay authored
Based on original work by Nils Hogberg
-
Randy Mackay authored
-
Randy Mackay authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
DisplayName isn't a description
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this prevents us setting trim values under joystick control
-
Andrew Chapman authored
-
Andrew Chapman authored
- added MIS_AUTORESTART parameter, defaults to 0 - added start_or_resume() function to either start or resume a mission based on that parameter value
-
Craig Elder authored
-
- Apr 27, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
Resolves issue #435 If the altitude fence is enabled, when the vehicle RTLs it will return at the lower of the RTL_ALT and the FENCE_ALT_MAX
-
Randy Mackay authored
This resolves issue #880 in which if a GPS failsafe occurred while the vehicle was already in LAND mode, the LAND would continue to be GPS controlled LAND instead of pilot-controlled LAND
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Randy Mackay authored
saves 2 bytes
-
Randy Mackay authored
-
Randy Mackay authored
This resolves issue #461 by giving the pilot a minimum of 10 seconds to attempt to manually recover before the autopilot will attempt to retake control to bring the copter home or land.
-
- Apr 25, 2014
-
-
Randy Mackay authored
This ensures invalid pilot desired accelerations are cleared from the loiter controller. This is probably not strictly necessary because the vehicle should switch out of Loiter and into RTL during failsafe.
-
Randy Mackay authored
Resolves issue in which vehicle would get stuck at RTL_ALT_FINAL if failsafe occured. Also clear out pilot acceleration from loiter controller if failsafe occurs during the final descent.
-
Randy Mackay authored
This allows quickly clearing out the pilot desired acceleration for loiter contoller.
-
Randy Mackay authored
-
- Apr 24, 2014
-
-
Michael Oborne authored
-
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.
-
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.
-
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.
-
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.
-
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.
-
Randy Mackay authored
-
Randy Mackay authored
Add JulianD and SandroT and replaced tabs with spaces
-
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()
-
- Apr 23, 2014
-
-
Andrew Tridgell authored
when you exit auto and a takeoff is still in progress the flight stage was not updated, which led to the throttle staying at maximum Many thanks to Marco for finding this!
-
Linus Penzlien authored
-
priseborough authored
-
Andrew Tridgell authored
-
Randy Mackay authored
We have run out of flash on the APM2, it was a choice between Hybrid flight mode and OF_Loiter
-
Randy Mackay authored
Hybrid flight mode costs 4.5k of flash which currently puts us over the limit for APM1 and APM2 unless optical flow or other features are disabled
-