- Sep 02, 2012
-
-
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
-
Andrew Tridgell authored
this means pitch limits are constrained by LIM_PITCH_MIN and LIM_PITCH_MAX
-
Andrew Tridgell authored
-
- Aug 29, 2012
-
-
Michael Oborne authored
we where waiting on new_data that had no way of getting there.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
number of seconds to delay telemetry
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Jason Short authored
-
Jason Short authored
The current filter is outputting wild oscillations.
-
Jason Short authored
-
Andrew Tridgell authored
-
Craig Elder authored
Arduplane: increased MAVLINK delay to 6s to reduce the chance of xBee bricking Ardurover: increased MAVLINK delay to 6s to reduce the chance of xBee bricking
-
rmackay9 authored
ArduCopter: increased Stabilize Roll and Pitch I term to 0.05 (was 0.01) based on feedback from Jason
-
Craig Elder authored
-
Pat Hickey authored
* Previously had the ICR register for ch1/2/9 (on timer5) swapped with ch3/4/10 (on timer1). * This bug probably didn't make a difference in operation since SetFastOutputChannels is typically only used for copters, where at least CH1,2,3,4 would be set to fast all at once.
-
- Aug 28, 2012
-
-
Jason Short authored
-
Jason Short authored
-
Jason Short authored
-
Andrew Tridgell authored
this allows a user to setup the OBC failsafe system to forcibly crash the plane (surfaces at limits, zero throttle) when the failsafe system triggers. This is to allow APM to be used in the Outback Challenge. In the OBC an external failsafe board also does this using the heartbeat control pin, so this is an extra safety mechanism. To prevent users accidentially triggering a crash, this code only activates if FS_TERM_ACTION is set to to the magic value 42.
-
Andrew Tridgell authored
this allows you to select different altitude control algorithms. The current choices are for the default (automatic based on if airspeed is available), or to force a non-airspeed algorithm The idea is to make it possible to use airspeed for some things (like wind speed, speed scaling) but not for alt control
-
Andrew Tridgell authored
off by one error!
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this prevents us resetting key integrators on waypoint change, while still preventing old integrators being used when a PID starts to be used again
-
Andrew Tridgell authored
SIM_WIND_* options now control wind
-
Andrew Tridgell authored
this removes the throttle suppression when any of the conditions are met once, as otherwise flying slow below 10m could zero the throttle. It also removes the use of airspeed for disabling throttle supression. Otherwise a strong gust of wind can cause ArduPlane to try to takeoff!
-
Andrew Tridgell authored
this allows for airspeed calibration on startup
-
rmackay9 authored
ArduCopter: increase SPI bus speed to 2Mhz after IMU initialisation has completed (MPU6000 accepts maximum of 1Mhz for some registers but up to 20Mhz for main sensor and interrupt registers)
-
rmackay9 authored
AP_InertialSensor_MPU6000: bug fix. DMP was being enabled by default so although the results were not being used, this caused a delay in the main loop
-
- Aug 27, 2012
-
-
Craig Elder authored
This reverts commit 25d14a9d6a4a1ea60eb78485296298c98c1595d0.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
pitch 80 may not be reached due to granularity of the MAVLink logging
-