-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add course memo (#8) Signed-off-by: Takagi, Isamu <[email protected]> * docs: add sections for sensing data utilization (#9) * docs: add outline (#10) * docs: modify outline (#12) Co-authored-by: masahiro-kubota <“[email protected]”> * docs: add velocity planning course content from 02-01 to 02-02 (#13) * fix: changed image paths to display images correctly (#15) * docs: add velocity planning course content in 02-03 (#16) * move requirement Signed-off-by: Takagi, Isamu <[email protected]> * docs: Update documentation for trajectory_planner and longitudinal_co… (#17) * feat: add autoware interface (#18) Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: norikenpi <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Masahiro Kubota <[email protected]> Co-authored-by: masahiro-kubota <“[email protected]”>
- Loading branch information
1 parent
460039d
commit 0caa81e
Showing
7 changed files
with
218 additions
and
188 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# 要求性能 | ||
|
||
## 推奨環境 | ||
|
||
本大会で使用していただくPCの動作環境として以下を推奨しております。 | ||
|
||
- OS: Ubuntu 22.04 | ||
- CPU: Intel Corei7 (8 cores) or higher | ||
- GPU: NVIDIA Geforce RTX 3080 (VRAM 12 GB) or higher | ||
- Memory: 32 GB or more | ||
- Storage: SSD 30 GB or higher | ||
|
||
上記のスペックを満たすPCをご用意できない方は、AutowareとAWSIMを別のPCで動かすことも可能です。下記の「PC2台で参加する方向け」のスペックをご参照ください。 | ||
|
||
## 2台のPCを使用する方向け | ||
|
||
### Autoware PC | ||
|
||
- OS: Ubuntu 22.04 | ||
- CPU: Intel Corei7 (8 cores) or higher | ||
- GPU: NVIDIA Geforce GTX 1080 or higher | ||
- Memory: 16 GB or higher | ||
- Storage: SSD 10 GB or higher | ||
- 詳細は [Autoware Documentation](https://autowarefoundation.github.io/autoware-documentation/main/installation/) を参照してください | ||
|
||
### AWSIM PC | ||
|
||
- OS: Ubuntu 22.04 or Windows 10/11 | ||
- CPU: Intel Corei7 (6 cores and 12 threads) or higher | ||
- GPU: NVIDIA Geforce RTX 2080 Ti or higher | ||
- 詳細は [AWSIM document](https://tier4.github.io/AWSIM/) を参照してください | ||
|
||
Autoware動作PCとAWSIM動作PCは、同じネットワーク内に配置してください。配置できていれば、基本的には追加設定をすることなく、PC間のトピック通信は可能です。万が一、トピック通信ができなかった場合はファイアーウォールの解除、もしくはルールの見直しをお願いします。また、Autoware Documentation の [Troubleshooting](https://autowarefoundation.github.io/autoware-documentation/main/support/troubleshooting/performance-troubleshooting/)も参考になるかもしれません。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Workspace |
Oops, something went wrong.