A full OptimumLap simulation of the SDSU Aztec Electric Racing car on a recreated autocross course, taken from a drone image through to per-distance performance results.
This project is a full OptimumLap simulation workflow built around a recreation of an autocross course laid out in a campus parking lot. The goal was to estimate lap performance and study how the vehicle behaves through the course before running it physically.
The course was reconstructed from a drone image, traced into a centerline, broken down into individual track sections, and run through OptimumLap to produce per-distance results for motor speed and lateral acceleration.
Starting from an overhead drone photo of the course, I traced the driven path through the cones and extracted a clean centerline to serve as the basis for the simulation track.
The centerline was broken down into 21 sequential sections, each defined by type (left, right, or straight), section length, and corner radius. The tightest corners are roughly 6.6 m in radius, and the longest single element is the 38 m start and finish straight. Summing the section lengths gives a course length of about 162 m, which matches the elapsed-distance axis on the simulation results.
OptimumLap outputs per-distance channels for the simulated lap. The simulated lap time was 10.58 seconds, with peak lateral acceleration around 18 m/s² (roughly 1.8 g).
My motivation for this project was to learn the full OptimumLap workflow end to end, from turning a real course into usable track geometry, to defining the vehicle, to reading the simulation outputs. Recreating an actual autocross layout rather than a generic track made the results easier to sanity-check against how the car would really drive.