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

Custom HUD #4962

Open mytacker opened 2 weeks ago

mytacker commented 2 weeks ago

Custom HUD

How make custom HUD?

How to Create a Custom HUD for a Drone using Unreal Engine 4.27 + AirSim and Display Values via MAVLink?

I am working on a project using Unreal Engine 4.27 and AirSim, and I need to create a custom HUD for my drone. Specifically, I want to display certain values on the screen by connecting via MAVLink.

Could anyone provide guidance or examples on how to achieve this? Any advice on integrating MAVLink data into the HUD in Unreal Engine would be greatly appreciated.

Thank you!