Skip to content

Commit 551d467

Browse files
author
committed
Deployed fc2176a with MkDocs version: 1.6.1
1 parent 1790af3 commit 551d467

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

competitions/f1tenth-sim-racing-guide/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,9 +1725,8 @@ <h3 id="34-algorithm-development">3.4. Algorithm Development<a class="headerlink
17251725
<h3 id="35-container-submission">3.5. Container Submission<a class="headerlink" href="#35-container-submission" title="Permanent link">&para;</a></h3>
17261726
<div class="admonition note">
17271727
<p class="admonition-title">Note</p>
1728-
<p>We expect that upon running your submitted container, all the necessary nodes should start up (the <code>autodrive_devkit</code> API we have included as well as your team's racing stack). Once we hit the <code>Connection Button</code> on the <code>Menu Panel</code> of AutoDRIVE Simulator, the simulated vehicle should start running. Please refer to the <a href="https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules">competition rules</a>, where it talks about the <a href="https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules/#31-submission-requirements">submission requirements</a> and <a href="https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules/#32-submission-process">submission process</a>.</p>
1728+
<p>We expect that upon running your submitted container, all the necessary nodes should start up (the <code>autodrive_devkit</code> API we have included as well as your team's racing stack). Once we hit the <code>Connection Button</code> on the <code>Menu Panel</code> of AutoDRIVE Simulator, the simulated vehicle should start running. Please refer to the <a href="https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules">competition rules</a>, where it talks about the <a href="https://autodrive-ecosystem.github.io/competitions/f1tenth-sim-racing-rules/#3-submission-guidelines">submission guidelines</a>. Please make sure that you include all the necessary commands (for sourcing workspaces, setting environment variables, launching nodes, etc.) within the <code>entrypoint</code> script (<code>autodrive_devkit.sh</code> file) provided within the <code>autodrive_f1tenth_api</code> container. Please do <strong>NOT</strong> use <code>~/.bashrc</code> 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.</p>
17291729
</div>
1730-
<p>Please make sure that you include all the necessary commands (for sourcing workspaces, setting environment variables, launching nodes, etc.) within the <code>entrypoint</code> script (<code>autodrive_devkit.sh</code> file) provided within the <code>autodrive_f1tenth_api</code> container. Please do <strong>NOT</strong> use <code>~/.bashrc</code> 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.</p>
17311730
<ol>
17321731
<li>Run the image you created in the previous step inside a container:
17331732
<div class="language-bash highlight"><pre><span></span><code><span id="__span-20-1"><a id="__codelineno-20-1" name="__codelineno-20-1" href="#__codelineno-20-1"></a>xhost<span class="w"> </span>local:root

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)