AI Challenge 2023 Integration Competition Preliminary Round
Introduction
As in the Automated AI Challenge 2022 simulation competition held last year, the qualifying competition for the Automated AI Challenge 2023 Integration Competition will use the Autoware.universe automated driving software and the AWSIM automated driving simulator. The Setup page and participate in the competition.
About Competition
You are required to follow the following steps to participate in the competition.
- develop software based on Autoware.universe to complete the given scenario
- validate the software created in step 1 in the local environment
- Upload the validated software to the online environment
- simulation is performed online and times are measured
*The ranking will be determined based on the simulation result time of the last uploaded source code. (Invitation to the online environment will be provided at a later date)
About Autoware
Autoware is an open-source self-driving software that uses ROS2, a sensing function that acquires data from LiDAR and cameras, and a localization function that estimates the location of the vehicle by combining the sensing data as modules, The modules work in conjunction with each other to realize automated driving. This software has been tested on public roads in Japan.
This competition will use Autoware.universe, which is a distribution for research and development within Autoware. For more information on other distributions and Autoware's development process to date, see here.
About AWSIM
AWSIM is an open source self-driving simulator that runs on Unity, ROS2 native, and supports Windows and Ubuntu, making it easy for anyone to simulate self-driving algorithms. When utilizing AWSIM in Autoware, Autoware nodes subscribe to sensing data from AWSIM, process the received data in each module, and publish the results (vehicle control information) to AWSIM to The vehicle is controlled on AWSIM. For more information, please check here.
Related Documentations.
Page Links.
- Introduction About the Qualifying Competition
- Setup Setup procedure
- Rule About the rules of the tournament
- LocalEnvrionment About local environment
- OnlineEnvrionment About online environment
- Other How to contact us, etc.