The Perception module is responsible for identifying obstacles and traffic signs around the autonomous vehicle. It processes data from three primary sensor types: Lidar, Radar, and Camera.
Each sensor type performs object recognition and tracking. The camera specifically adds capabilities for lane line recognition and traffic light detection. Finally, a Fusion component integrates data from these sensors to provide a unified environmental view.
The general execution pipeline for each sensor is:
- Preprocessing
- Recognition
- Filtering and Tracking