Skip to content

Software Configuration#

This guide covers deploying Autoware on Low Speed Autonomy (LSA) vehicles.

Deployment Workflow#

  1. Getting Started - Prepare your base system
  2. Platform Configuration - Choose your platform:
  3. Sensor Configuration - Set up your sensors
  4. Middleware Configuration - Optimize performance

Advanced Topics#

Platform-Specific Deployment#

x86_64-based ECUs#

  • View tested ECUs.
  • Deploy native Autoware on Intel/AMD platforms.
  • Deploy containerized Autoware on Intel/AMD platforms.

ARM-based ECUs#

  • View tested ECUs.
  • Deploy on NVIDIA Jetson and other ARM platforms for low-power applications.

Key Configuration Areas#

Sensor Configuration#

Configure network interfaces, LiDAR sensors, cameras, CAN bus, GNSS/IMU, and time synchronization. Learn more.

Middleware Configuration#

Optimize ROS 2 middleware for LSA applications. Zenoh is recommended for wireless and cellular networks. Learn more.

Resources#