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

chore: restore documents and fix link #71

Merged
merged 4 commits into from
Aug 6, 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/faq.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The center point detects cars, trucks, and pedestrians, but not untagged objects
1. If the center point fails, planning cannot generate a path.
2. Clustering-based obstacle detection results are erased during data association.

Although Autoware mini is the ideal perception configuration, understanding these issues and selectively implementing nodes is challenging. Ensuring the center point functions correctly may be important. [Reference](https://autowarefoundation.github.io/autoware.universe/main/perception/lidar_centerpoint/)
Although Autoware mini is the ideal perception configuration, understanding these issues and selectively implementing nodes is challenging. Ensuring the center point functions correctly may be important. [Reference](https://autowarefoundation.github.io/autoware.universe/main/perception/autoware_lidar_centerpoint/)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ center pointは車両とトラックと歩行者を検知してくれますが
2. data associationでclusteringによる障害物検知結果が消される

そのため、perceptionの構成はautoware miniが理想的ですが、このあたりを理解してノードの足し引き、取捨選択をして実装することははなかなか難しいため、center pointが問題なく動くようにすることは重要になってくるかもしれません。
[参考](https://autowarefoundation.github.io/autoware.universe/main/perception/lidar_centerpoint/)
[参考](https://autowarefoundation.github.io/autoware.universe/main/perception/autoware_lidar_centerpoint/)

---

Expand Down
8 changes: 6 additions & 2 deletions docs/setup/headless-simulation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Download AWSIM

1. Download the latest `AWSIM.zip` 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](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) and extract it to `aichallenge-2024/aichallenge/simulator`.

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

3. Change the permissions as shown in the diagram.

![Permission change example](./images/awsim-permmision.png)

With this, the environment setup is complete!

Expand Down
4 changes: 4 additions & 0 deletions docs/setup/headless-simulation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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

3. パーミッションを図のように変更します。

![パーミッション変更の様子](./images/awsim-permmision.png)

以上で環境構築は終了となります!

## [Next Step: 大会用のリポジトリのビルド・実行](./build-docker.ja.md)
10 changes: 8 additions & 2 deletions docs/setup/visible-simulation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ sudo apt install -y libvulkan1

## Downloading AWSIM

Download the latest `AWSIM_GPU_**.zip` 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](https://drive.google.com/drive/folders/1ftIoamNGAet90sXeG48lKa89dkpVy45y) and extract it to `aichallenge-2024/aichallenge/simulator`.

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

3. Change the permissions as shown in the diagram.

![Permission change example](./images/awsim-permmision.png)

With this, the environment setup is complete!

## Verifying AWSIM Startup

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

## AWSIMのダウンロード

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

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

3. パーミッションを図のように変更します。

![パーミッション変更の様子](./images/awsim-permmision.png)

## AWSIMの起動確認

Expand Down
Loading