microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research

Home Page:https://microsoft.github.io/AirSim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need Help with Mavlinkcom library of airsim

kcee454 opened this issue · comments

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