Simulation Engineer
Courses for this role
Simulation foundations
The big four simulators — Gazebo, Isaac Sim, AirSim, Unreal.
Open, ROS-integrated, still the default in most labs + startups.
AirSim + Colosseum (fork) remain the best UAV-specific sim.
CARLA is the open-source AV simulator the entire self-driving industry trained on. UGV and convoy-autonomy teams in defense increasingly use it for sensor + scenario fidelity Gazebo can't match.
GPU-accelerated, photorealistic — increasingly the standard at primes.
A simulator is only useful if the sensor models aren’t a lie.
Synthetic data & domain randomization
Generating the training set that closes the sim-to-real gap.
The scene-graph format Isaac + Omniverse are built on.
Synthetic data at scale with ground-truth labels.
CI + scale
Thousands of sim runs per PR — where simulation becomes infrastructure.
You can’t iterate at production speed without parallel cloud sim.
Sim runs are noise without metrics that catch regressions automatically.
Same CI + monitoring discipline that works for ML works for sim.
Reference patterns from the open-source world save you months.