Skip to content

Commit dc87999

Browse files
authored
Update f1tenth-sim-racing-rules.md
1 parent e2f7cfa commit dc87999

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/competitions/f1tenth-sim-racing-rules.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ Following are the evaluation criteria for the competition:
159159
Each team is expected to submit a containerized version of their autonomous racing software stack. Submissions for each phase of the competition will be done separately.
160160
</p>
161161

162+
!!! note
163+
We expect that upon running your submitted container, all the necessary nodes should start up (the `autodrive_devkit` API we have included as well as your team's racing stack). Once we hit the `Connection Button` on the `Menu Panel` of AutoDRIVE Simulator, the simulated vehicle should start running. Please refer to the [competition rules](https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules), where it talks about the [submission requirements](https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules/#31-submission-requirements) and [submission process](https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules/#32-submission-process).
164+
Please make sure that you include all the necessary commands (for sourcing workspaces, setting environment variables, launching nodes, etc.) within the `entrypoint` script (`autodrive_devkit.sh` file) provided within the `autodrive_f1tenth_api` container. Please do **NOT** use `~/.bashrc` or other means to automate the algorithm execution! Competition organizers should be able to start additional bash session(s) within your submitted container (without your codebase executing every time a new bash session is initialized) for data recording and inspection purposes.
165+
162166
### 3.1. Submission Requirements
163167

164168
<p align="justify">
@@ -174,7 +178,7 @@ Following are the requirements for submitting an entry to the competition:
174178
</ul>
175179

176180
!!! tip
177-
Teams can test their algorithms locally before containerizing them. However, don't forget to test the containerized approach before submitting!
181+
Teams can test their algorithms locally before containerizing them. However, don't forget to test your containers before pushing them upstream and submitting them!
178182

179183
### 3.2. Submission Process
180184

@@ -184,7 +188,7 @@ Following are the key milestones for submitting an entry to the competition:
184188

185189
<ul class="justify-list">
186190
<li>Teams will <b>containerize</b> their autonomous racing software stack using <a href="https://www.docker.com">Docker</a>.</li>
187-
<li>Teams will <b>push</b> their Docker container image to <a href="https://hub.docker.com">DockerHub</a>.</li>
191+
<li>Teams will <b>push</b> their self-sustainable Docker container image to <a href="https://hub.docker.com">DockerHub</a>.</li>
188192
<li>Teams will <b>share</b> the link of the upstream repository with the organizers via a secure submission form (separate forms for each stage of the competition).</li>
189193
</ul>
190194

0 commit comments

Comments
 (0)