JSBSim-Team / jsbsim

An open source flight dynamics & control software library
GNU Lesser General Public License v2.1
1.22k stars 420 forks source link

Can autopilot feature come to jsbsim- unreal engine 5? #1017

Closed buseeryas closed 3 months ago

buseeryas commented 3 months ago

Can autopilot feature come to jsbsim- unreal engine 5?

seanmcleod commented 3 months ago

I don't see why it isn't available at the moment. Simply use an aircraft that includes an autopilot system, and when the autopilot is invoked ensure that your code in your Unreal app ignores pilot control inputs.

gallonmate commented 3 months ago

Autopilot works in UE5. See this chat https://github.com/JSBSim-Team/jsbsim/discussions/973 And as Sean mentioned you need to use an aircraft model that has an autopilot system included. The following aircraft have autopilot systems in their code:

c172x c310 global5000

If you mean to ask if a general autopilot can come to jsbsim so that the autopilot can automatically work for any aircraft, then maybe that would be a "Feature Request" and not an "Issue". Or it could be posted in the discussion section.