microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.04k stars 4.48k forks source link

Need Help with Mavlinkcom library of airsim #4934

Open kcee454 opened 3 months ago

kcee454 commented 3 months ago

Question

What's your question?

How to get mavlink data in unreal engine user widget?

Include context on what you are trying to achieve

I am trying to get mavlink data from ardupilot sitl and display it in unreal engine user widget using airsim. while searching on internet, with MAVLinkCOM library, it seems to be possible. But , as there aren't any example and resources available on this. I couldn't make it work. Can someone tell be the best way to get mavlink data to unreal engine and if Mavlinkcom is option can anyone provide basic example code to connect ardupilot with upd and get current status of drone?

Context details

I am using unreal engine 4.27

Include details of what you already did to find answers