top of page

Autonomous Vehicle Architecture

The system architecture has four major subsystems.

1. Sensor

2. Perception

3. Planning

4. Control

Architecture.PNG

Sensor Subsystem

The first subsystem is the sensor subsystem, which consists of the hardware components that gather data about the environment.

 

This subsystem includes sensors mounted on the car :

  • LIDAR

  • RADAR

  • CAMERAS

  • GPS

Lidar.png
Camera.jpeg
Perception.PNG

Perception Subsystem

  • The second subsystem, the perception subsystem, consists of software to process sensor data.

  • Components in the perception subsystem combine sensor data into meaningful information.

Planning Subsystem

  • The planning subsystem uses the output from perception for behavior planning and for both short and long range path planning

  • ​The major components of the planning subsystem components are

    • ​Route planning,

    • Prediction

    • Behavioral planning

    • Path planning.

 

.

Control Subsystem

Control subsystem ensures that the vehicle follows the path provided by the planning subsystem and sends control commands to the vehicle.

@2021 by ZOOMCar_SFSTATE

bottom of page