RC override ignored in MAVProxy

I’m using MAVProxy with Copter-3.3.2 running in the SITL simulator. Switching modes, arming and disarming the throttle, and taking off in guided mode all work, but the rc commands have no effect. What could cause this? Is there some way for me to debug this?

I discovered that when using Copter-3.3.2, rc overrides stopped working with this commit:

I raised an issue here (https://github.com/Dronecode/MAVProxy/issues/278), though I don’t know if this is actually a MAVProxy bug.

Hi,

Install MAVProxy version lower than 1.4.39 will help. And thank you for your discovery :slight_smile:

sudo pip install -I MAVProxy==1.4.38

Thanks - that works! I didn’t realize it was possible to downgrade the version.