Navigation in AirSim

R. P. H., 2025

A graph of the road network in the AirSimNH simulation is generated by extracting vehicle pose data and storing nodes and weighted edges in a custom Python graph class. Dijkstra’s algorithm is then applied to compute the shortest route between two points, and the resulting path is converted into a CSV format that drives the simulated vehicle autonomously while a Kalman filter continuously estimates its state to compensate for sensor noise.