JSBSim-Ardupilot Antoinette Project

Hey,
This is my first experience about creating unreal engine project so I’m totally dump about these things. I try to make flight simulator from these tutorial (A DIY Flight Simulator tutorial | Tutorial). I manage to build project and start to use example project , make flight. Now I’m curios about how can I connect that project with ardupilot ? Is there any plugin for that ? If there isn’t one , I’ll start to make myself. Do you have any suggestion about how can I connect or general system architecture ?

Hey,

Did you find any solution? I have the same problem.

I had to write udp socket and get the flight state from jsbsim and send it to ardupilot. Then i send servo command that created from ardupilot to jsbsim.