SW Division Submission Guide
Online Environment
In the SW Division SIM Qualifying, scoring is conducted using an online environment equipped with a simulator and automatic scoring function. Follow the steps below to upload your packages to the online environment. After uploading, the simulation will automatically start and results will be displayed.
Note: Screenshots on this page are from 2025.
Submission Steps
Submit to the online environment using the following steps:
-
Compress source code
- Run
./create_submit_file.bashto compress theaichallenge_submitdirectory. - The compressed file is saved at
aichallenge-racingkart/submit/aichallenge_submit.tar.gz.
- Run
-
Verify operation in local evaluation environment
See Development Guide — Local Evaluation for details.
-
Submit to the online scoring environment
Access the online environment.

Log in from the "Login" button in the top right.

Once logged in, upload
aichallenge_submit.tar.gzusing the "Submit Code" button. After uploading, the source code will be built and simulation will be run in sequence.
If successful, "Success" will be displayed. If the build fails, the launch fails, or the score is not output, "Failed" will be displayed. In this case, please re-upload as there may be an internal server error. Contact us via Slack if the problem persists.

Checking Results
- After the race finishes in the online environment, you can check the latest rankings.
-
Detailed race data including lap times and logs can be checked by clicking the button at the right end of the submission history.
- You can check
result-summary.json, rosbag, andautoware.log.


- You can check
If Failed
-
Check for package dependency issues
- Verify that there are no missing dependencies in
package.xml,setup.py, orCMakeLists.txt, depending on the language used.
- Verify that there are no missing dependencies in
-
Check Docker
-
Use the following command to check inside Docker and verify that everything is correctly installed and built in the required directories.
-
docker run -it aichallenge-racingkart-eval:latest /bin/bash
-
-
Directories to check:
/aichallenge/workspace/*/autoware/install/*