@Husky12345 upperstand it now😅 Still vro ts pmo💔 i mean the stabilizer have max range of 45° 😭 nvm vro thank you for helping me i am not good for this💔
try Funky trees Pitch* (number) + Roll* (number) + PitchRate/0.01 + RollRate/0.01
this is just what i use idk
by the way you'll have to reverse the + to a - when you mirror
@SimpleMobileEngineering You're welcome!
@Husky12345 upperstand it now😅 Still vro ts pmo💔 i mean the stabilizer have max range of 45° 😭 nvm vro thank you for helping me i am not good for this💔
@Husky12345 understand it now😈
@SimpleMobileEngineering So basically, just change the numbers higher for more range.
@SimpleMobileEngineering here's an example:
Pitch*2 + Roll*1+ PitchRate/0.01 + RollRate/0.01
So this code, it multiplies the rotators pitch range by
2
, and the roll range by1
, hence the numbers.You can change these numbers to increase/decrease the roll range and pitch range of the rotator.
The
PitchRate
stuff andRollRate
just is to smooth out the inputs.Idk if i did a good job explaining, but this should help.
Make sure to put your code into the wing control surface or rotator.
@Husky12345 ive tried it and it works but it doesnt have max range how do i fix that
@SimpleMobileEngineering the number is just a multiplier
It helps smooth out the pitch and roll
@Husky12345 and what are those "number" do is it for the angles?
try Funky trees
Pitch* (number) + Roll* (number) + PitchRate/0.01 + RollRate/0.01
this is just what i use idk
by the way you'll have to reverse the + to a - when you mirror