Skip to content
mitsudome-r edited this page Jun 13, 2022 · 2 revisions

Autoware.AI

Welcome to the Autoware.AI Wiki

Autoware.AI is ROS-based open-source software, enabling self-driving vehicles to be tested in private areas, urban roads, and highways. Another variant of Autoware, a.k.a., Autoware.Auto, is also under development for the purpose of commercial deployment of self-driving vehicles with functional safety capabilities. The current version of Autoware.AI provides, but not limited to, the functional modules described below.

Localization depends on 3D high-definition map data and the NDT algorithm. The result of Localization is complemented by the Kalman Filter algorithm, using odometry information obtained from CAN messages and GNSS/IMU sensors.

Detection is empowered by camera and LiDAR devices in combination with 3D high-definition map data. The Detection module uses deep learning and sensor fusion approaches.

Tracking and Prediction are realized with the Kalman Filter algorithm and the lane network information provided by 3D high-definition map data.

Planning is based on probabilistic robotics and rule-based systems, partly using deep learning approaches as well.

Control defines motion of the vehicle with a twist of velocity and angle (also curvature). The Control module falls into both the Autoware-side stack (MPC and Pure Pursuit) and the vehicle-side interface (PID variants).

To conclude, Autoware provides a complete software stack for self-driving vehicles. Join Autoware now, and your contribution will be loved by the world.

Getting Started

  1. Installation
  2. ROSBAG Demo
  3. Simulation Demo
  4. Field Test

Communication Tools

  1. ROS Answers; this is the correct place to go to ask for help
  2. ROS Discourse; this is the preferred location for general discussion
  3. Slack; you can go here to have a chat to other people using Autoware

Frequently Asked Questions

History of Autoware

The original version of Autoware was officially released in August 2015 by the research group of Nagoya University directed by Prof. Shinpei Kato. Later in December 2015, Tier IV was founded by Prof. Shinpei Kato to maintain Autoware and apply it for real self-driving vehicles. As time goes by, Autoware has become a well-recognized open-source project. In December 2018, Tier IV decided to transfer the ownership of Autoware to The Autoware Foundation, which was co-founded by Tier IV, Apex.AI, and Linaro. Now that Autoware is maintained by The Autoware Foundation, the roadmap, policy, and future of Autoware can be determined by the member companies rather than a particular individual company. We believe this makes Autoware be a true open-source project.

What is required to use Autoware?

Autoware requires 3D map data and LiDAR sensors at minimum. They are used for most of main functional modules, such as localization, detection, tracking, prediction, and planning. Cameras enable Autoware to recognize traffic lights in combination with 3D map data, and can also enhance detection capabilities. GNSS and IMU are also useful to complement the result of Localization. Finally, you need a car with the Autoware interface. ROSBAG and the simulators can help you in case that you don't have a car.

How to create 3D map data?

We suggest the following steps. First, you try creating small-scale 3D map data for private area testing, using the NDT mapping node provided by Autoware or using the Autoware Tools (paid service). Once it goes well, you can contact a professional mapping company in your region to create large-scale 3D map data for public road testing. Examples of the mapping companies include Aisan Technology and Mandli. Note that the NDT mapping node and the Autoware Tools are designed for closed environments, thus not suitable for creating large-scale 3D map data.

Which car is available with Autoware?

Autoware requires a car to have an interface exposed to receive a twist of velocity and angle produced by the Autoware's Control module. Such a car often implements a by-wire controller or a mechanical controller to actuate the steering and throttle. Examples of the car providers include AutonomouStuff and StreetDrone.

Which computer can run Autoware in real-time?

Most of industrial PCs and gaming PCs with the Intel x86 architecture are good to begin with. For automotive applications, you can also consider the Arm architecture. Examples of Arm-based boards include 96Boards products, Xilinx products, and NVIDIA products. Many-core solutions are also provided with Kalray MPPA and eSol MCOS.

Can I contribute to the Autoware project?

Yes, of course. Please join The Autoware Foundation!

More questions?

Visit Slack, ROS Discourse, and ROS Answer.