Skip to content

Commit

Permalink
deploy: 86a5795
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 committed Oct 12, 2023
1 parent 6ce4ad8 commit 8d47072
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions en/finals/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ <h2 id="about-the-competition-vehicle">About the competition vehicle</h2>
<li>The vehicle offers two control modes: <code>automatic</code> and <code>manual</code>. The safety driver has the ability to switch between these modes.</li>
<li>During autonomous driving, the safety driver has the capability to transition the vehicle's control mode from <code>automatic</code> to <code>manual</code> by pressing the brakes. This action is termed an override. The safety driver will initiate the override if continuing autonomous driving is deemed unsafe.</li>
</ul>
<h2 id="source-code-build-method-for-final-competition-pc">Source Code Build Method for Final Competition PC</h2>
<p>On the final competition PC, it is assumed that the source code will be built locally, not in docker. For installing dependencies and building the source code, please execute the following commands:</p>
<pre><code class="lang-bash">cd /home/autoware/aichallenge2023-integration-final

rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
</code></pre>
<h2 id="for-final-tournament-participants-updated-on-20230928">For Final Tournament Participants (Updated on 2023/09/28)</h2>
<p>Please make sure all the participants of the final tournament thoroughly check the following before the day of the tournament.</p>
<h3 id="support-system-for-participating-teams">Support System for Participating Teams</h3>
Expand Down
8 changes: 8 additions & 0 deletions finals/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ <h2 id="競技車両について">競技車両について</h2>
<li>車両の制御モードには、<code>自動モード</code><code>手動モード</code>の2種類があり、セーフティードライバーの操作により切り替えることができます。</li>
<li>自動運転走行中、セーフティードライバーはブレーキをかけることで、車両の制御モードを<code>自動モード</code>から<code>手動モード</code>に切り替えることができます。これをオーバーライドといいます。セーフティドライバーは自動運転を継続することが危険と判断された場合にオーバーライドを実施します。</li>
</ul>
<h2 id="決勝大会用pcでのソースコードのビルド方法">決勝大会用PCでのソースコードのビルド方法</h2>
<p>決勝大会用PCでは,dockerではなく,ローカルでソースコードをビルドすることを想定しています.
依存関係のインストール・ソースコードのビルドには,以下のコマンドを実行してください.</p>
<pre><code class="lang-bash">cd /home/autoware/aichallenge2023-integration-final

rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
</code></pre>
<h2 id="決勝大会参加者向け-事前確認事項-20230928-追記">決勝大会参加者向け 事前確認事項 (2023/09/28 追記)</h2>
<p>決勝大会参加者の皆様は大会当日までに以下を十分に確認してください。</p>
<h3 id="参加チームのサポート体制">参加チームのサポート体制</h3>
Expand Down

0 comments on commit 8d47072

Please sign in to comment.