Replies: 2 comments
-
According to the post linked below in the flight gear forum, runtime engine/propeller angle change is possible and works. Though if you also want helicopter control, you'll have to hack/override various simulation systems to produce "helicopter" controls. Or if you wanted a more simulated approach you can look at the ah1s helicopter example and rotor control system. Although fair warning, the tuning on the a1hs is not perfect. Supposedly a few better helicopter examples exist for flight gear, unfortunately most flight gear helicopters are made with YaSim, a different FDM and not compatible with JSBSim. I think I found 3 different JSBSim flight gear helicopters.
|
Beta Was this translation helpful? Give feedback.
-
The thruster for an engine has a location and orientation, e.g. Lines 124 to 140 in a8c91ec Which can then also be modified at run-time via the relevant properties, i.e. jsbsim/src/models/propulsion/FGThruster.cpp Lines 99 to 110 in a8c91ec |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again.
I have got a lot of information through this discussion panel. Thanks in advance.
Nowadays, multicopter types and, furthermore, Vertical-Takeoff-and-landing(VTOL) type vehicles are widely used.
In this point, is it possible to treat tilt rotor type aircraft with JSBSim? like V-22 Osprey?
I think, all the part including main and tail wing, fuselage are fixed and rigid, and the only part that move during the flight is engine and thruster parts.
In short, Is there a way to change propeller or rotor orientation at run time with JSBSim?
Like landing gear or flap, can we make depending on the user input for of ?
or
changing angle during the flight by user input?
Beta Was this translation helpful? Give feedback.
All reactions