I have a VTOL vehicle with wing but no ailerons - planning to use Rudder plus dihedral for roll control.
I initially set RUDDER_ONLY to enabled. However, nasty surprise, in the hover (Q modes) I had no independent yaw control. Lateral (roll) inputs went straight to yaw! Without a script, there is no way to turn of RUDDER_ONLY in the hover/Q modes, but retain it for forward flight modes.
But, it doesn’t seem that it is needed for the following reason:
Setting KFF_RDDRMIX (Amount of rudder to add during aileron movement) to 1 means that any aileron commands are duplicated in a rudder command… 1 to 1
…which is exactly what Rudder_Only does?
In summary then, setting KFF_RDDRMIX = 1 makes RUDDER_ONLY redundant (and gives me the control of yaw in hover).
Am I messing anything? Seems like I might be…