Hi everyone,
I’m building a B-2 Spirit-style flying wing (1/24 scale) and planning to use PX4 with a Pixhawk Orange Cube. My aircraft has:
- 4 elevons (2 per wing: inner and outer)
- 2 drag rudders (1 per wing tip)
I want to implement full control over pitch, roll (via all elevons), and yaw (via differential drag rudders). I understand that a custom mixer might be required, and I’ve seen some related discussions, but I need help confirming the correct approach.
My questions:
- How should I assign the 6 control surfaces to PX4 output channels (MAIN1–6)?
- How can I define the mixer so that:
- Inner and outer elevons contribute to roll and pitch.
- Drag rudders only activate during yaw (with one deflecting upward and the other remaining neutral to generate yaw torque).
- Is there a sample
.mixfile or a recommended method for this type of configuration?
If there are any airframe templates or references similar to this, I’d love to know.