mirror of https://github.com/ArduPilot/ardupilot
29b06d2d4a
this fixes a bug that happens when the RC output speed is much lower than the main loop speed, such as with forward throttle for quadplanes. We need to base the slew on the last sent output, not the last value read back (at 50Hz) from the IO board, or we will slew the channel at 6x to 8x slower than the correct rate. |
||
---|---|---|
.. | ||
SRV_Channel.cpp | ||
SRV_Channel.h | ||
SRV_Channel_aux.cpp | ||
SRV_Channels.cpp |