for t in range(1000): fdm.Run() if t == 200: fdm['fcs/elevator-cmd-norm'] = -0.3 # pitch up print(fdm['position/h-sl-ft'], fdm['attitude/theta-deg'])
The first step in building an FDM is defining the geometry. JSBSim needs to know where the reference point of the aircraft is. jsbsim tutorial