Skip to content

Commit

Permalink
deploy: 641c8ff
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 committed Jun 16, 2024
1 parent 123077d commit fec9b66
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 47 deletions.
10 changes: 10 additions & 0 deletions course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,16 @@ <h2 id="_1">はじめに</h2>
講座は演習形式となっており、課題を達成するためのコードをゼロから開発しながら Autoware の仕組みを学べるようになっています。
各講座のページにはメニューから移動してください。</p>
<h2 id="_2">環境構築</h2>
<p>まず、 Autoware の動作に必要な ROS 2 をインストールします。
<a href="https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html">ROS 2 Documentation</a> の手順にしたがってインストールしてください。</p>
<p>つづけて、いくつかの開発支援ツールセットもインストールします。</p>
<pre><code class="language-bash"># Install rosdep
sudo apt install python3-rosdep
# Install vcstool
sudo apt install python3-vcstool
# Install colcon
sudo apt install python3-colcon-common-extensions
</code></pre>
<p>任意のディレクトリにて入門講座のリポジトリをクローンし、ビルドを行ってください。</p>
<pre><code class="language-bash">git clone https://github.com/AutomotiveAIChallenge/autoware-practice.git
cd autoware-practice
Expand Down
2 changes: 1 addition & 1 deletion course/velocity_planning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ <h2 id="02-02">02-02. 車両速度を目標速度に収束させる</h2>
<pre><code class="language-bash">ros2 bag record -o velocity.bag /localization/kinematic_state
</code></pre>
<p>PlotJugglerは以下のコマンドで、インストールすることができます。</p>
<pre><code class="language-bash">sudo apt install ros-humble plotjuggler-ros
<pre><code class="language-bash">sudo apt install ros-humble-plotjuggler-ros
</code></pre>
<p>そして以下のコマンドでPlotJugglerを起動します。</p>
<pre><code class="language-bash">ros2 run plotjuggler plotjuggler
Expand Down
2 changes: 1 addition & 1 deletion en/course/velocity_planning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ <h2 id="02-02">02-02. 車両速度を目標速度に収束させる</h2>
<pre><code class="language-bash">ros2 bag record -o velocity.bag /localization/kinematic_state
</code></pre>
<p>PlotJugglerは以下のコマンドで、インストールすることができます。</p>
<pre><code class="language-bash">sudo apt install ros-humble plotjuggler-ros
<pre><code class="language-bash">sudo apt install ros-humble-plotjuggler-ros
</code></pre>
<p>そして以下のコマンドでPlotJugglerを起動します。</p>
<pre><code class="language-bash">ros2 run plotjuggler plotjuggler
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit fec9b66

Please sign in to comment.