Formula Student Driverless

Converting an electric racecar to autonomous

Helped convert an electric racecar to autonomous operation by integrating sensing, compute, steering, braking and camera-based cone detection.

Full-time engineering competition · Formula Student Team Delft · 2018–2019

Converting a human-driven electric racecar into an autonomous vehicle was a system-integration challenge. Perception, planning and control all depended on reliable hardware and clear interfaces.

Track view from the Formula Student driverless system

Vehicle conversion

The car was equipped with a VLP-16 lidar, a wide-view monocular camera and a long-range stereo camera. The conversion also added onboard compute, active steering actuation and emergency braking.

Perception

I trained a YOLO-based camera model to detect the cones that defined the track. Its output became part of a larger autonomy stack, where perception had to remain useful under real track conditions rather than only on a curated dataset.

What shaped my work

This project reinforced a systems-first approach to robotics: make interfaces observable, test assumptions at subsystem boundaries and treat safety, hardware and software as one product.