Components#
Open AD Kit is a component-based project designed to run on a variety of platforms with containerized services. Each Autoware function remains independently deployable, while the published images group closely related functions together where that keeps the runtime layout simpler.

Autoware Components#
Sensing#
The sensing component is responsible for collecting data from the vehicle's sensors. Sensing component can be configured to collect data from a variety of sensors, including cameras, lidars, and radars. For more details on the Autoware sensing design document.
Perception#
The perception component is responsible for processing the data from the vehicle's sensors and creating a map of the environment. Perception component can be configured to use a variety of perception algorithms, including object detection, tracking, and mapping. For more details, see the Autoware perception design document.
Mapping#
The mapping component is responsible for creating a map of the environment. Mapping component can be configured to use a variety of mapping algorithms, including occupancy grid mapping and point cloud mapping. For more details, see the Autoware mapping design document.
Localization#
The localization component is responsible for determining the vehicle's position in the map. Localization component can be configured to use a variety of localization algorithms, including GPS, IMU, and visual odometry. For more details, see the Autoware localization design document.
Planning#
The planning component is responsible for planning the vehicle's path. Planning component can be configured to use a variety of planning algorithms, including Route Planning, Goal Planning, and Behavior Planning. For more details, see the Autoware planning design document.
Control#
The control component is responsible for controlling the vehicle's actuators. Control component can be configured to use a variety of control algorithms, including PID and MPC. For more details, see the Autoware control design document.
Vehicle and System#
The vehicle-system image packages both the vehicle interface and system-level services used by the Open AD Kit deployments. On the functional side, the vehicle component manages vehicle-specific interfaces and state, while the system component provides health monitoring and related system services. For more details, see the Autoware vehicle design document.
API#
The API component is responsible for providing AD API interface for the vehicle's state. API component can be configured to enable or disable various interfaces. For more details, see the Autoware Interface design document.