Skip to content

Commit

Permalink
deploy: 3309c90
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 committed Nov 29, 2023
1 parent 386c031 commit f4c4091
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 38 deletions.
Binary file added images/setup/autoware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/setup/autoware1.png
Binary file not shown.
Binary file removed images/setup/autoware2.png
Binary file not shown.
Binary file removed images/setup/autoware3.png
Binary file not shown.
Binary file removed images/setup/autoware4.png
Binary file not shown.
34 changes: 2 additions & 32 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,40 +247,10 @@
},
{
"type": "Resource",
"source_relative_path": "images/setup/autoware1.png",
"source_relative_path": "images/setup/autoware.png",
"output": {
"resource": {
"relative_path": "images/setup/autoware1.png"
}
},
"version": ""
},
{
"type": "Resource",
"source_relative_path": "images/setup/autoware2.png",
"output": {
"resource": {
"relative_path": "images/setup/autoware2.png"
}
},
"version": ""
},
{
"type": "Resource",
"source_relative_path": "images/setup/autoware3.png",
"output": {
"resource": {
"relative_path": "images/setup/autoware3.png"
}
},
"version": ""
},
{
"type": "Resource",
"source_relative_path": "images/setup/autoware4.png",
"output": {
"resource": {
"relative_path": "images/setup/autoware4.png"
"relative_path": "images/setup/autoware.png"
}
},
"version": ""
Expand Down
8 changes: 2 additions & 6 deletions setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,8 @@ <h3 id="autoware">Autoware</h3>
bash run_autoware.sh
</code></pre>
<ol start="3">
<li><p>下記のような画面(Rviz2)が表示されることを確認<br>
<img src="../images/setup/autoware1.png" alt="autoware1"></p>
</li>
<li><p>タブにある2D Goal Poseを選択し、ゴールポジションをドラッグで指定。画像のように、ルートが表示されている かつ <code>Routing</code><code>UNSET</code>から<code>SET</code>に変わっていることを確認(指定してから少し時間がかかります)<br>
<img src="../images/setup/autoware3.png" alt="autoware3"></p>
</li>
<li>下記のような画面(Rviz2)が表示され,車両の自動走行が開始されることを確認.
<img src="../images/setup/autoware.png" alt="autoware"></li>
</ol>
</li>
</ul>
Expand Down

0 comments on commit f4c4091

Please sign in to comment.