Mix the rudder and engine thrust on a twin-engine aircraft

I have a twin-engine plane without rudder.

For heading control I want to use the difference in engine thrust.

But PX4 doesn't support this easily.

I have an idea to turn on the steering servo and mix its signal into the motor control PWM.

I'm looking for an idea on how to implement this.
Thanks for any help

Unfortunately for fixed-wing PX4 not supporting differential thrust yet. You can check Ardupilot for implementation.

Also you can check this PR for PX4

Thanks for your answer!

However, I think these methods are too complicated.
I believe that the option of mixing the signal from the rudder to the motors will be simpler.

It seems that PX4 does support differenial thrust in fixedwing aircraft. But QGC does not have GUI ROTOR configuration. Edit CA_ROTOR0_PX and other rotors’ position. Thrust output will be different when moving the rudder stick.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.