Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete AWSIM and the map link #83

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading