Pymavlink Send_RC issue

Hi @Neve,

Adding to that, the example linked to there includes some code that checks what the vehicle is outputting on each thruster, which can help you determine if it’s a settings/parameters issue or something hardware based (e.g. low power, damaged thruster, etc).

Note also the various failsafes that are built in. MAVLink connections expect to receive a heartbeat message at least every second (if not received the communication may be stopped), and when you’re controlling the vehicle it’s subject to the heartbeat failsafe, and rc override commands are subject to the pilot input failsafe and to RC_OVERRIDE_TIME.

Your screenshot of the Companion web interface is showing version 0.0.17, whereas the latest version is 0.0.31. There have been some changes to how mavproxy is set up between those versions, so it would likely be helpful if you can update or do a fresh install.