Jump to content
Sign in to follow this  
Airwolf

How to enable rolling landing?

Recommended Posts

I'm working on a helicopter config to enable advanced flight model, i've defined the class, and i've got the code as follows:

		class RotorLibHelicopterProperties: RotorLibHelicopterProperties
		{
			RTDconfig="A3\Air_F_Beta\Heli_Transport_01\RTD_Heli_Transport_01.xml";
			autoHoverCorrection[]={3,2.45,0};
			defaultCollective=0.625;
			retreatBladeStallWarningSpeed=85.556;
			maxTorque=1100;
			stressDamagePerSec=0.0033333332;
			maxHorizontalStabilizerLeftStress=10000;
			maxHorizontalStabilizerRightStress=10000;
			maxVerticalStabilizerStress=10000;
			horizontalWingsAngleCollMin=0;
			horizontalWingsAngleCollMax=0;
			maxMainRotorStress=200000;
			maxTailRotorStress=25000;
			rtd_center="rtd_center";
		};

Advanced flight model is working, but on standard flight model the helicopter acts as if the wheel brake is on (which it can't be because that option doesn't exist in standard)

So what happens when you land is that the helicopter lurches forward and stops.

 

I really don't care about AFM, what i'm trying to make work is the rolling landing part in standard flight model, which I thought was part of AFM.

 

Hope someone can help.

 

Thank you,

Share this post


Link to post
Share on other sites

I was under the impression that you can't enable rolling landing in standard flight model.I could be wrong though-as it would be great to see.

Share this post


Link to post
Share on other sites

If AFM is on the heli, you can do a rolling/skid landing in standard. Id like to know what makes it work though!

Share this post


Link to post
Share on other sites

If AFM is on the heli, you can do a rolling/skid landing in standard. Id like to know what makes it work though!

I never knew that.I thought you had to turn on AFm to do it:)Thanks. Sorry I can't be of any help to you though..

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×