Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Autonomous race cars can drive at very high speed because they do not enter the track blind. Before racing, engineering teams build a detailed digital map of the circuit, including the centerline, edges, curbs, elevation changes, and safe driving limits. This map gives the vehicle a precise reference for where it is and where it should go next.

In racing, a small position error can cause a missed apex, a slow lap, or a crash.

Key Facts

  • Position error = measured position - true position
  • Average speed = distance / time
  • Curvature describes how sharply the track bends, with larger curvature meaning a tighter turn.
  • Waypoint spacing affects control accuracy, with smaller spacing giving more detail but requiring more computation.
  • Localization combines map data with sensor data to estimate the car position in real time.
  • A racing line is planned to minimize lap time while staying within track boundaries.

Vocabulary

Track map
A digital model of the racetrack that stores the layout, boundaries, landmarks, and driving reference points.
Waypoint
A saved point on the track that helps define the path the autonomous car should follow.
Localization
The process of estimating the car exact position and orientation relative to the map.
Sensor fusion
The method of combining data from sensors such as GPS, lidar, cameras, and inertial sensors to produce a more reliable estimate.
Racing line
The path through a corner that allows the car to carry high speed while staying within the track limits.

Common Mistakes to Avoid

  • Treating the map as just a picture is wrong because an autonomous racing map is numerical data used by algorithms for localization, planning, and control.
  • Using waypoints that are too far apart is wrong because the car may cut corners poorly or miss important curvature changes at high speed.
  • Ignoring sensor uncertainty is wrong because GPS, lidar, cameras, and inertial sensors all contain noise that can shift the estimated car position.
  • Assuming the fastest path is always the center of the track is wrong because racing lines often use the full track width to reduce cornering demand and increase exit speed.

Practice Questions

  1. 1 A team maps a 3.6 km track using waypoints every 2.0 m along the centerline. How many waypoints are needed?
  2. 2 An autonomous race car travels at 45 m/s. If its localization system updates every 0.05 s, how far does the car move between updates?
  3. 3 A mapped racing line cuts close to a curb that sometimes moves slightly during events. Explain why the planning system should include a safety margin instead of following the stored line exactly.