I am trying to use my horizontal stabilizer to control pitch and roll, so I have two rotators on them. Whenever I get in the air though they start flapping then break off or don’t move then break off. Does anyone know how to fix this I have tried looking at other people’s stuff, but can’t figure it out.
Tags
Question3 Comments
- Log in to leave a comment
-
-
26.0k ChaoticGraviton
Don't use multiple rotators, having linked joints like that for a control surface is a bad idea. What you should do instead is have 1 rotator, and make the inputs
clamp(Pitch + Roll, -1, 1)
. You may need to flip the signs of pitch or roll depending on the location, but you can look at the new Wasp 3.0 and see how they're done there.
No Upvotes
Log in in to upvote this post.
@Brown_Aerospace no problem