- Sep 09, 2012
-
-
Andrew Tridgell authored
this removes the duplicate code. Throttle trim is not changed.
-
Andrew Tridgell authored
The nudge value depended on RC3_TRIM, which is not a reliable value. It tried to only take effect when the throttle stick was above 50%, but if RC3_TRIM was high for some reason (say 1500) then it would actually depress the throttle by a large amount, which could cause the plane to stall. This also adds a boolean option THROTTLE_NUDGE to allow disabling of throttle nudging
-
- Sep 08, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
it is perfectly valid to configure two RC channels with the same function, especially when that function is manual output (ie. copy input to output) This removes the g_rc_function[] indirection array
-
Andrew Tridgell authored
useful for testing non-auto gps detection
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this applies the wind constraint
-
Andrew Tridgell authored
this allows APM to cope better with airspeed sensor failure, but ensuring airspeed stays within AHRS_WIND_MAX of ground speed
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this combines with the OBC failsafe module
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this sets a pin for flight termination
-
Andrew Tridgell authored
when enabled, this uses only the rudder to steer during takeoff and landing, using aileron only for levelling
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this allows you to disable crosstrack correction on short legs
-
Andrew Tridgell authored
very useful for packet forwarding setups
-
Andrew Tridgell authored
this fixes a seq number problem with SIMSTATE packets
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this gives us a much less noisy magnetometer
-
Andrew Tridgell authored
With this change we average over 100 mag readings per compass.read() call, which means we are reading the compass at over 1kHz instead of 10Hz. The noise reduction is huge.
-
Andrew Tridgell authored
this allows us to accumulate mag readings using spare CPU cycles
-
- Sep 06, 2012
-
-
Michael Oborne authored
issue 733
-
Michael Oborne authored
-
- Sep 05, 2012
-
-
Pat Hickey authored
-
- Sep 03, 2012
-
-
Michael Oborne authored
Fix ac crosstrack display tweak ap_mount speed up Terminal
-
- Sep 02, 2012
-
-
Michael Oborne authored
-
Michael Oborne authored
-
rmackay9 authored
-
rmackay9 authored
ArduCopter: fixes to allow AP_Mount to work on APM1 with original default channels and fix to reenable support for 3-axis gimbals on APM2. Channels 5 to 11 changed to RC_Channel_aux. Removed channel 9 because APM_RC doesn't support it in any case. Updated EEPROM format version to 119 because of the change to RC_Channel_aux and because k_param_rc_11 moved to be after k_param_rc_10.
-
rmackay9 authored
-
rmackay9 authored
RC_Channel_aux: bug fix which could cause channel to be assigned to the wrong function and miss others
-
- Sep 01, 2012
-
-
Michael Oborne authored
-
Craig Elder authored
-
- Aug 30, 2012
-
-
Michael Oborne authored
add useritems to HUD change hdop scale fix posible follow me bug (, vs .) fix posible friendly params bug (, vs .) tweak flightdata log playback timming fix gridv2 bug. if no waypoint had been done, the grid wold fail tweak some mission upload potential issues add ability to get param list from a log (from startup) add ability to get the first wp list in a log, if wps where received in that log. tweak video capture library timing
-