Hello,
I am building my first quadcopter using ArduPilot (Copter 4.6) on a Pixhawk 6C.
Frame type is Quad X. Motor numbering and output order are correct and verified in Mission Planner using the motor test.
However I noticed that my motor rotation pattern is the mirror image of the standard ArduPilot diagram.
My setup is:
Front right: CW motor
Rear right: CCW motor
Rear left: CW motor
Front left: CCW motor
So effectively:
Front left: CCW
Front right: CW
Rear left: CW
Rear right: CCW
This is the exact opposite rotation direction of the standard Quad X layout, but the motors are still arranged diagonally (2 CW and 2 CCW).
Important details:
-
Motors: BR2212 980KV with self-tightening CW/CCW threaded shafts
-
Props therefore cannot easily be swapped
-
Motor order is correct (A,B,C,D)
-
Props produce thrust downward
-
The drone actually flew stable during a short hover test, only a small drift in stabilize mode.
My question:
Is there any downside in ArduPilot to running the mirror motor rotation pattern, or is it perfectly acceptable as long as torque balance is maintained?
I am mainly wondering if this could affect:
-
yaw control
-
autotune
-
PID behaviour
Or if ArduPilot handles both patterns equally well.