From 1188865c0ccffb7bea31d7548589f331133f9ef8 Mon Sep 17 00:00:00 2001 From: taikitanaka3 Date: Wed, 12 Jun 2024 16:33:42 +0900 Subject: [PATCH] chore: add awsim link --- docs/development/installation.ja.md | 2 +- docs/development/visible-simulation.ja.md | 12 ++++-------- docs/getting-started.ja.md | 4 +++- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/development/installation.ja.md b/docs/development/installation.ja.md index 3aeb9e1..a90beeb 100644 --- a/docs/development/installation.ja.md +++ b/docs/development/installation.ja.md @@ -90,7 +90,7 @@ git clone https://github.com/AutomotiveAIChallenge/aichallenge-2024.git ## AWSIMのダウンロード -1. [Google Drive(あとでリンク変える)](https://drive.google.com/drive/) から最新の `AWSIM_GPU.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。 +1. [Google Drive](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) から最新の `AWSIM.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。 2. パーミッションを図のように変更します。 diff --git a/docs/development/visible-simulation.ja.md b/docs/development/visible-simulation.ja.md index a496941..bd53c34 100644 --- a/docs/development/visible-simulation.ja.md +++ b/docs/development/visible-simulation.ja.md @@ -81,17 +81,15 @@ sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:11.6.2-base-ubuntu2 ## AWSIMのダウンロード・起動確認 -!!! info - - AWSIM は現在準備中です。 - -1. [Google Drive](https://drive.google.com/drive/) から最新の `AWSIM_GPU.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。 +1. [Google Drive](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) から最新の `AWSIM_GPU_**.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。 2. パーミッションを図のように変更します。 ![パーミッション変更の様子](./images/installation/permmision.png) -実行ファイルが`aichallenge-2024/aichallenge/simulator/AWSIM_GPU/AWSIM.x86_64`に存在していることを確認してください。 +!!! info + + 実行ファイルが`aichallenge-2024/aichallenge/simulator/AWSIM_GPU_**/AWSIM.x86_64`に存在していることを確認してください。 ## Dockerコンテナの起動 @@ -123,8 +121,6 @@ sudo ip link set multicast on lo /aichallenge/simulator/AWSIM_GPU/AWSIM.x86_64 ``` -※実行ファイルが`aichallenge-2024/aichallenge/simulator/AWSIM_GPU/AWSIM.x86_64`に存在していることを確認してください。 - 以下のコマンドを実行します。 ```bash diff --git a/docs/getting-started.ja.md b/docs/getting-started.ja.md index 10f29b9..7135b6b 100644 --- a/docs/getting-started.ja.md +++ b/docs/getting-started.ja.md @@ -17,7 +17,9 @@ Windows環境しかお持ちでない方は、Ubuntu22.04のインストールをお願いいたします。Windows環境と同じディスクにUbuntu環境を入れることもできますが、不慣れな場合Windows環境を破壊してしまう可能性があるため、新しく外付けまたは内蔵SSDを購入したうえでそちらへのインストールをすることを強くお勧めします。 -Ubuntuのインストール方法については[こちらの記事](https://qiita.com/kiwsdiv/items/1fa6cf451225492b33d8)が参考になります。 +!!! info + + Ubuntuのインストール方法については[こちらの記事](https://qiita.com/kiwsdiv/items/1fa6cf451225492b33d8)が参考になります。 ## AIチャレンジの環境構築