UE4 for AI / robotics simulation

I’m a C++ programmer using UE4 for robotics simulation (mainly, drones), so I thought I’d share some open-source projects I’ve been working on over the past few months. I’m really just getting started with UE4 and this discussion board, so apologies if this belongs somewhere else – suggestions welcome!

Quadcopter flight simulator: GitHub - simondlevy/MulticopterSim: Simple Multirotor flight simulator using UnrealEngine4

Adding OpenCV machine vision to your UE4 project: GitHub - simondlevy/UE4_OpenCV: Simple example of adding machine vision to UnrealEngine4 with OpenCV

I think that UE4 has incredible, untapped potential as a simulation engine for robotics and AI. The combination of AAA-quality rendering with the ability to code in C++ makes it a clear winner over every other platform I’ve tried.

1 Like