@ChrisPy
If my memory served.... that user posted fbw forum and no fbw plane follow after that so I think that time fbw still get unnoticed by the community.
@MTindustries
There are several things that cause the spin (inverted control, inverted correction part in FT code, too much power, etc.) so try eliminating the rotator one by one or you can build and test one axis at a time so you'll know what went wrong and not to be confused by other axis.
And for the "engines were not getting enough air" part, you need to attach air intake to the engine like my plane which there are underneath each engine.
lol
I'm just pushing FT to the edge lol.
I'm sure that there are at least 2-3 people that do this kind of stuff before me. (Pietro is the one who inspire me.)
@Astro12
But it fly nicely, just without a way to toggle PSM mode, just like me back then when I started making PSM plane.
I saw you intentionally "burn" to a certain direction to cancel off some unwanted velocity, it is quite advanced concept and I'd say you getting a hang of it.
That's a hard landing lol.
Nice plane overall.
I think the canard is too underpower, even though it is active it not seem to prevent the plane from stalling.
But yeah, it looks cool with canards on.
Part 3 of the PSM series.
In this video will show you how to improve your plane to be capable to control while flying backward and some quality of life improvement.
If you confused by this video please watch my older videos. Part1 Part2
I hope this help you build something amazing.
Ps. I think this is the end of the series, I'll make more if there are some big questions that needed answer.
@Astro12
It takes a lot more than a video or two to recognize some flight behavior anyway.
And the fact that I used 2 rotator where I can use just 1 tickles my OCD as well.
But that is what it takes to make coding more simple to everybody, if the code is all in 1 rotator it'll be a lot messier I'm sure lol.
@mLk17
You work space is a mess, clean it up so your unused parts will not interfere with the build.
I think the problem is with thrust vectoring, it is not connected properly.
You need to pay close attention to those engines and control surfaces to check if it move in the right way instead of blindly put everything together and insert the code.
The way I build is build everything and connect the engine properly and test it to make sure that basic roll pitch yaw work the way it suppose to work and only after that I insert the code so the code will not complicate the problem more than it should.
@mLk17
I'll pin this so everyone know too.
.
.
Clamp is code use to keep the value in range.
So clamp(Value,x,y) really means Value will be no less than x and no greater than y.
Part 2 of the PSM series.
In this video will show you how to use Funky tree to make the plane able to do post-stall maneuver.
The code will be super basic for easy understanding.
I hope this help you build something amazing.
Ps. Maybe part 3 will be some advance Funky tree code to improve this plane even more.
Ps.2 This plane is poor quality so I won't posting it, at least not until I materialized part 3.
@EngineerOtaku
You are in fact correct!
For me I use Pitch + AoA correction + Pitch rate correction.
Or just take the aoa rotator and stick it with pitch rotator lol. (But beware of inverted rotator)
@mLk17
it depend on your educational level.
Funky tree is just Algebra mixed with logic really.
If you have learned that in class it'll be easy.
I think you can even ask your math teacher for help but be patient with them because they might not know the variables used in Funky tree.
@MrShenanigans
You know what...
Just forget the code.
In the rotator menu (click the part and then click blue gear on the ui), you can set Activation group to what you like.
I'll call this a part 1 of a post-stall maneuver series tutorial.
Before go to PSM, there are some background knowledge you need to know, you need a somewhat unstable plane to do PSM easily and this is a tutorial on basic of unstable plane and how to make them.
@ChrisPy
If my memory served.... that user posted fbw forum and no fbw plane follow after that so I think that time fbw still get unnoticed by the community.
@SweetMuffins
lol.
tvc alone can make this fly.
Wings are overrated.
@ChrisPy
lol
You certainly did fbw before me.
I remembered someone have a forum about fbw, it's an old one and I can't remember the name.
@SweetMuffins
Aww man...
That was a nice stunt.
Can you post your clip in forum section?
@ChrisPy
WAZZAAAAAAAAAAAAAAAAAAAAAAAAPPPPPPP
@MTindustries
There are several things that cause the spin (inverted control, inverted correction part in FT code, too much power, etc.) so try eliminating the rotator one by one or you can build and test one axis at a time so you'll know what went wrong and not to be confused by other axis.
And for the "engines were not getting enough air" part, you need to attach air intake to the engine like my plane which there are underneath each engine.
lol
I'm just pushing FT to the edge lol.
I'm sure that there are at least 2-3 people that do this kind of stuff before me. (Pietro is the one who inspire me.)
What is this?
A re-upload?
@Ferrolon
More like squeezing all of it's performance and cover up all it's flaws lol.
Such an elegance concept.
@Ferrolon
Nice...
It'll fly like a dream.
@Astro12
Nice, you already have an upper hand in the control lol.
This is a nice plane.
Performing PSM beautifully with low throttle.
My only nitpick is it lacks yaw tvc code so I became tornado.😵
This plane need full FT control, it'll be F-15 ACTIVE ACTIVE.🤣
@Astro12
But it fly nicely, just without a way to toggle PSM mode, just like me back then when I started making PSM plane.
I saw you intentionally "burn" to a certain direction to cancel off some unwanted velocity, it is quite advanced concept and I'd say you getting a hang of it.
That's a hard landing lol.
Nice plane overall.
I think the canard is too underpower, even though it is active it not seem to prevent the plane from stalling.
But yeah, it looks cool with canards on.
@RongahSah
Sure.
@Dracul0Anderson
lol
That is inevitable in IT related stuff anyway.
Part 3 of the PSM series.
In this video will show you how to improve your plane to be capable to control while flying backward and some quality of life improvement.
If you confused by this video please watch my older videos.
Part1
Part2
I hope this help you build something amazing.
Ps. I think this is the end of the series, I'll make more if there are some big questions that needed answer.
@Ghostflies2
Why...
This plane do cobra automatically anyway.
@BurkeAircraft1
I think normal Wasp can land at that speed and the code just make it easier to do.
@KwasmoTheAPFDSround
It's just an in-game minigun but heavily XML moded.
@mLk17
Yeah.
But I think writing your own code will always suite your craft better.
@BurkeAircraft1
I think you use "C" instead of just normal "c" in clamp.
Use Snowflake's guide for reference.
@mLk17
Yeah, you can tag me.
It better be flying.🤣
@Astro12
No worry, I'm cool with that.
@Astro12
It takes a lot more than a video or two to recognize some flight behavior anyway.
And the fact that I used 2 rotator where I can use just 1 tickles my OCD as well.
But that is what it takes to make coding more simple to everybody, if the code is all in 1 rotator it'll be a lot messier I'm sure lol.
@Udean
It happen in some flight circumstance.
@Cyieed462
Indeed.
Education 5/7.
Entertainment 0/0.
lol
@MrShenanigans
Thanks.
@mLk17
This kind of build takes time.
Just don't rush and always keep your head clear.
All will be good eventually.
@mLk17
You work space is a mess, clean it up so your unused parts will not interfere with the build.
I think the problem is with thrust vectoring, it is not connected properly.
You need to pay close attention to those engines and control surfaces to check if it move in the right way instead of blindly put everything together and insert the code.
The way I build is build everything and connect the engine properly and test it to make sure that basic roll pitch yaw work the way it suppose to work and only after that I insert the code so the code will not complicate the problem more than it should.
@Reeeeeeeeeeee45
Well...
Anyone can see my code in all my build anyway so it is no secret here.
@Jwpdaviesjr
Default engine sounds great lol.
@mLk17
I'll pin this so everyone know too.
.
.
Clamp is code use to keep the value in range.
So clamp(Value,x,y) really means Value will be no less than x and no greater than y.
Part 2 of the PSM series.
In this video will show you how to use Funky tree to make the plane able to do post-stall maneuver.
The code will be super basic for easy understanding.
I hope this help you build something amazing.
Ps. Maybe part 3 will be some advance Funky tree code to improve this plane even more.
Ps.2 This plane is poor quality so I won't posting it, at least not until I materialized part 3.
@Reeeeeeeeeeee45
Interesting ufo concept.
@DerpCoAndDoge
Do at your own risk lol.
@Reeeeeeeeeeee45
I'm glad it help.
@Reeeeeeeeeeee45
Thanks.
I think the plane's maneuverability and acceleration is way too much and Funky tree code in tvc was not designed to handle it.
@EngineerOtaku
You are in fact correct!
For me I use Pitch + AoA correction + Pitch rate correction.
Or just take the aoa rotator and stick it with pitch rotator lol. (But beware of inverted rotator)
@EngineerOtaku
lol.
That's not impossible after all.
@mLk17
it depend on your educational level.
Funky tree is just Algebra mixed with logic really.
If you have learned that in class it'll be easy.
I think you can even ask your math teacher for help but be patient with them because they might not know the variables used in Funky tree.
@mLk17
idk.
If the canard not serve any function it'll complicate things for you.
@WIZARD2017
Thanks, next part will be basic thrust vectoring controls and then idk what to do lol.
@tsampoy
Hmm... maybe.
@MrShenanigans
You know what...
Just forget the code.
In the rotator menu (click the part and then click blue gear on the ui), you can set Activation group to what you like.
I'll call this a part 1 of a post-stall maneuver series tutorial.
Before go to PSM, there are some background knowledge you need to know, you need a somewhat unstable plane to do PSM easily and this is a tutorial on basic of unstable plane and how to make them.
@MrShenanigans
AG1 is in the code so you need to edit the code.
@Slimetmall
Yes, but no accuracy guarantee if it is installed on other plane.