- Apr 04, 2013
-
-
Randy Mackay authored
-
- Apr 01, 2013
-
-
Randy Mackay authored
-
- Mar 31, 2013
-
-
Randy Mackay authored
-
- Mar 30, 2013
-
-
Randy Mackay authored
Missed item re increasing max inav accel correction to 3 m/s
-
Randy Mackay authored
-
Randy Mackay authored
Throttle was kept a min if user switched out of ACRO mode while inverted
-
Randy Mackay authored
-
- Mar 28, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
rmackay9 authored
-
- Feb 02, 2013
-
-
Randy Mackay authored
Limit is applied as trims from accelerometer calibration are copied to the ahrs object.
-
- Feb 01, 2013
-
-
Randy Mackay authored
Also updated release notes
-
Randy Mackay authored
-
Randy Mackay authored
Also modified some comments in the code re the esc calibration
-
- Jan 31, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
Scaling of bottom half of throttle was changed from THR_MIN ~ 500. Previously it was from 0 ~ 500.
-
Randy Mackay authored
-
Randy Mackay authored
Accel throttle's I term is taken from scaled manual throttle
-
- Jan 30, 2013
-
-
Randy Mackay authored
Release Notes updated
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
- Jan 29, 2013
-
-
Randy Mackay authored
A new radio frame could arrive just as the frame time vs current time check was being executed causing a false positive
-
- Jan 17, 2013
-
-
Randy Mackay authored
-
- Jan 15, 2013
-
-
Randy Mackay authored
Also bug fix to hold yaw on take-off
-
- Jan 14, 2013
-
-
Randy Mackay authored
set_next_WP function was not setting the alt_change_flag properly
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
This indirectly switches surface tracking on/off which is useful to avoid tracking the tops of uneven objects when far above the ground
-
Randy Mackay authored
Copter: constrain loiter so that it never commands more than 45 degrees of lean in lat or lon directions
-
Randy Mackay authored
APM_Config.h should be used to overriding the standard parameters but they still require a definition in config.h or they will be undefined when built by the mission planner.
-
Randy Mackay authored
Previously we checked if the alt > target_alt but because there is little to no overshoot with the new accel based alt controller this check was failing for some users.
-
- Jan 12, 2013
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
An hidden bit of failsafe functionality in the set_mode function was switching the throttle mode back to THROTTLE_AUTO instead of THROTTLE_LAND
-