Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
[deleted comment]
[deleted comment]
Encountering similar issues on 2.5.5
The debouncing code possibly needs to be revisited. Some Rx receivers (i.e.
Orange) will failsafe to a radio input value of 1400-1500 (g.rc_5.radio_in)
when comm is lost. If you have a a mode set for 1500 (e.g. LAND), then failsafe
will switch from RTL to LAND due to read_control_switch() being called.
To Tomas--do you have other modes set on channel 5?
This can also trigger a mode (other than RTL) if you have something other than
STAB set and read_control_switch() gets called before the debouncing triggers
the failsafe = true logic. I had that happen 2 times and failsafe did not
trigger and it went into auto or land. I debugged it with printf's and
throttle_out was 0 (but didn't go into failsafe).
Original comment by cwcent...@gmail.com
on 27 Jun 2012 at 3:50
I built a small patch that will prevent the throttle from dropping during the
quarter second the throttle failsafe is being debounced. I'll test it and put
it to the trunk.
Original comment by jasonshort
on 27 Jun 2012 at 4:15
Issue closed.
If you find this is an error please report it in the new issues list
https://github.com/diydrones/ardupilot/issues?labels=ArduCopter&page=1&state=ope
n
Original comment by Benny.Si...@gmail.com
on 20 Jan 2013 at 11:21
Original issue reported on code.google.com by
tomas.so...@gmail.com
on 11 Feb 2012 at 4:17