Implementing actuator dynamics #998
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This might help: |
Beta Was this translation helpful? Give feedback.
-
Yep, I was going to point you to the JSBSim Reference Manual which on page 46 starts describing the filter components. Looks like it's pretty much the same text included in Jon's Automatic Flight in JSBSim link above. In addition to the filters also take a look at the actuator component. jsbsim/src/models/flight_control/FGActuator.h Lines 54 to 118 in 056bb71 So in combination with the filter component and the actuator component you should be able to match your example above. |
Beta Was this translation helpful? Give feedback.
This might help:
https://jsbsim.sourceforge.net/AutomaticFlightInJSBSim.pdf