Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free-swiveling gear simulation #169

Closed
Octal450 opened this issue Feb 13, 2019 · 2 comments
Closed

Free-swiveling gear simulation #169

Octal450 opened this issue Feb 13, 2019 · 2 comments

Comments

@Octal450
Copy link

Hi JSB team!
I am asking if it can be added a free-swiveling gear to the JSBsim, so we can simulate these gears which some taildraggers and other planes (G91) use?

Kind Regards,
Josh

@bcoconni
Copy link
Member

we can simulate these gears which some taildraggers and other planes (G91) use?

Yes, you can get that by specifying the <castered> tag in the contact definition such as below

<contact type="BOGEY" name="TAIL">
    <location unit="IN">
        <x> 239 </x>
        <y> 0 </y>
        <z> -18 </z>
    </location>
    <static_friction> 5 </static_friction>
    <dynamic_friction> 5 </dynamic_friction>
    <rolling_friction> .1 </rolling_friction>
    <spring_coeff unit="LBS/FT"> 200 </spring_coeff>
    <damping_coeff unit="LBS/FT/SEC"> 195 </damping_coeff>
    <castered> 1.0 </castered>
    <brake_group> NONE </brake_group>
    <retractable> 0 </retractable>
</contact>

@Octal450
Copy link
Author

Oh, so this is already simulated and I did not realize? I will check it out!

Thanks Bertrand!
Josh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants