Skip to content

Commit

Permalink
fix: delete AWSIM link (#83)
Browse files Browse the repository at this point in the history
* fix: delete AWSIM link

Signed-off-by: Masahiro Kubota <[email protected]>

* fix: remove the map link

Signed-off-by: Masahiro Kubota <[email protected]>

---------

Signed-off-by: Masahiro Kubota <[email protected]>
  • Loading branch information
masahiro-kubota authored Dec 17, 2024
1 parent 608c61d commit 160c84f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/development/workspace-usage.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It would be best if you proceed as follows.

For the 2024 AI Challenge, we recommend editing maps such as point cloud maps and lanelet2 maps using tools like [VectorMapBuilder](https://tools.tier4.jp/feature/vector_map_builder_ll2/) .

Download and edit the point cloud map, lanelet2 map, etc., from the [Map file storage](https://drive.google.com/drive/folders/1nsYIg_3rwIjg0x6BC__aWVmnv-25nZkn) !
Download and edit the point cloud map, lanelet2 map, etc., from the Map file storage! (The map distribution has ended.)

Refer to the [VectorMapBuilder usage video](https://www.youtube.com/watch?v=GvZr707TmuM) for step-by-step instructions.

Expand Down
2 changes: 1 addition & 1 deletion docs/development/workspace-usage.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ AIチャレンジではオープンソースソフトウェアを駆使してい

2024年度のAIチャレンジでは[VectorMapBuilder](https://tools.tier4.jp/feature/vector_map_builder_ll2/)などのツールを使ってpoint cloud map , lanelet2 mapなどの地図の編集を推奨しています。

[Mapのファイル置き場](https://drive.google.com/drive/folders/1nsYIg_3rwIjg0x6BC__aWVmnv-25nZkn)からpointcloud map lanelet2 mapなどをダウンロードして編集してみましょう!
Mapのファイル置き場からpointcloud map lanelet2 mapなどをダウンロードして編集してみましょう!(Mapの配布は終了しました)

[VectorMapBuilderの使い方動画](https://www.youtube.com/watch?v=GvZr707TmuM)にステップバイステップのインストラクションなどがあるので参考にしてみてください。

Expand Down
4 changes: 2 additions & 2 deletions docs/setup/headless-simulation.en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Downloading Headless AWSIM

## Download AWSIM
## Download AWSIM (The simulator distribution has ended.)

1. Download the latest `AWSIM_GPU_**.zip` file from [Google Drive](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) and extract it to `aichallenge-2024/aichallenge/simulator`.
1. Download the latest `AWSIM_GPU_**.zip` file from Google Drive and extract it to `aichallenge-2024/aichallenge/simulator`.

2. Confirm that the executable file exists at `aichallenge-2024/aichallenge/simulator/AWSIM/AWSIM.x86_64`.

Expand Down
4 changes: 2 additions & 2 deletions docs/setup/headless-simulation.ja.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 描画なしAWSIMのダウンロード

## AWSIMのダウンロード
## AWSIMのダウンロード(シミュレータの配布は終了しました)

1. [Google Drive](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) から最新の `AWSIM.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。
1. Google Driveから最新の `AWSIM.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。

2. 実行ファイルが`aichallenge-2024/aichallenge/simulator/AWSIM/AWSIM.x86_64`に存在していることを確認してください。

Expand Down
4 changes: 2 additions & 2 deletions docs/setup/visible-simulation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ sudo apt update
sudo apt install -y libvulkan1
```

## Downloading AWSIM
## Downloading AWSIM (The simulator distribution has ended.)

1. Download the latest `AWSIM_GPU_**.zip` file from [Google Drive](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) and extract it to `aichallenge-2024/aichallenge/simulator`.
1. Download the latest `AWSIM_GPU_**.zip` file from Google Drive and extract it to `aichallenge-2024/aichallenge/simulator`.

2. Confirm that the executable file exists at `aichallenge-2024/aichallenge/simulator/AWSIM/AWSIM.x86_64`.

Expand Down
4 changes: 2 additions & 2 deletions docs/setup/visible-simulation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ sudo apt update
sudo apt install -y libvulkan1
```

## AWSIMのダウンロード
## AWSIMのダウンロード(シミュレータの配布は終了しました)

1. [Google Drive](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) から最新の `AWSIM_GPU_**.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。
1. Google Drive から最新の `AWSIM_GPU_**.zip` をダウンロードし、`aichallenge-2024/aichallenge/simulator` に展開します。

2. 実行ファイルが`aichallenge-2024/aichallenge/simulator/AWSIM/AWSIM.x86_64`に存在していることを確認してください。

Expand Down

0 comments on commit 160c84f

Please sign in to comment.