Autonomous racing cars use LiDAR sensors to understand the track at high speed without relying on human vision. A LiDAR unit sends out rapid laser pulses and measures how long each pulse takes to bounce back from barriers, cones, pavement edges, and other objects. These measurements help the car locate itself, avoid obstacles, and choose a fast racing line.
In racing, the sensor system must work quickly because the car may travel many meters in a fraction of a second.
LiDAR distance measurement is based on the time of flight of light, using the known speed of light to convert return time into range. A spinning or scanning LiDAR sends pulses in many directions, creating thousands or millions of distance points called a point cloud. Software combines these points with data from cameras, radar, GPS, and inertial sensors to build a real-time 3D map.
The car then uses this map for perception, planning, and control while updating its decisions many times per second.
Key Facts
- LiDAR stands for Light Detection and Ranging.
- Distance is found using d = ct/2, where c is the speed of light and t is the round-trip travel time.
- The speed of light is approximately c = 3.00 x 10^8 m/s.
- A point cloud is a set of 3D points with coordinates such as x, y, and z.
- Higher scan rate means more frequent updates, which is important for fast racing decisions.
- Sensor fusion combines LiDAR with cameras, radar, GPS, and IMU data to improve reliability.
Vocabulary
- LiDAR
- A sensing technology that uses laser light pulses to measure distances to objects.
- Time of flight
- The time a laser pulse takes to travel to an object and return to the sensor.
- Point cloud
- A collection of measured points in 3D space that represents the shape of the surroundings.
- Sensor fusion
- The process of combining measurements from multiple sensors to create a more accurate view of the environment.
- Localization
- The process of estimating the vehicle's position and orientation on the track.
Common Mistakes to Avoid
- Forgetting to divide the round-trip distance by 2 is wrong because the laser travels to the object and back, so d = ct/2, not d = ct.
- Using the speed of sound instead of the speed of light is wrong because LiDAR uses laser light, not acoustic waves.
- Assuming every point in a point cloud is perfectly accurate is wrong because reflections, weather, motion, and surface angle can create noisy or missing data.
- Treating LiDAR as a complete driving system is wrong because the car still needs mapping, planning, control algorithms, and often other sensors to race safely.
Practice Questions
- 1 A LiDAR pulse returns after 80 ns. Using c = 3.00 x 10^8 m/s, calculate the distance to the object.
- 2 An autonomous race car travels at 60 m/s and its LiDAR map updates 20 times per second. How far does the car move between map updates?
- 3 Explain why sensor fusion is useful for an autonomous race car even if the LiDAR produces a detailed 3D point cloud.