Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
knorrrr committed Oct 31, 2024
1 parent c0515a1 commit f930711
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
16 changes: 11 additions & 5 deletions docs/finals/operation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@ The following information will be shared with each team before the event.
- `sudo apt install arp-scan`

## How to Connect to Vehicle ECU
Connect to the ECU via SSH from your local PC using the `CCTB_office_01` Wi-Fi network.

- Connect your PC to the Wi-Fi network `CCTB_office_01` (same network as vehicle ECU)
- On your PC, execute `cd aichallege-2024/remote` to change working directory
- Install arp-scan on your local PC: `sudo apt update && sudo apt install arp-scan`
- Connect your PC to the `CCTB_office_01` Wi-Fi network (same network as the vehicle ECU).
- On your PC, execute `cd aichallege-2024/remote` to change to the working directory
- Execute `bash connect_ssh.bash <vehicle_name> <username>` on your PC (e.g., `bash connect_ssh.bash A9 aic-team`)
- Enter your PC password if prompted
- Enter the vehicle ECU password when prompted
- If the above command doesn't work:
- Ask staff for the vehicle's `<IP address>`
- Execute `ssh <username>@<IP address>` on your PC

You should now have access to the vehicle ECU.

If the above commands don't work, please try the following:

- Ask the event staff for the vehicle's `<IP address>`
- Execute `ssh <username>@<IP address>` on your PC

## How to Transfer Autoware to Vehicle ECU

Expand Down
12 changes: 9 additions & 3 deletions docs/finals/operation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@
- `sudo apt install arp-scan`

## 車両 ECU への接続方法
手元PCから`CCTB_office_01`のWi-Fi経由でSSHでECUに接続します。

- 手元PCにarp-scanをインストールする。`sudo apt update && sudo apt install arp-scan`
- 手元のPCを `CCTB_office_01` というWi-Fiに接続する(車両 ECU と同じネットワーク)。
- 手元のPCで `cd aichallege-2024/remote` を実行して作業ディレクトリを移動する
- 手元のPCで `bash connect_ssh.bash <車両名> <ユーザー名>` を実行する (例 `bash connect_ssh.bash A9 aic-team`)
- 手元のPCのパスワードを聞かれた場合は入力する
- 車両 ECU のパスワードを聞かれるので入力する
- 上記のコマンドが使えない場合
- 運営スタッフに車両の `<IPアドレス>` を問い合わせください
- 手元のPCで `ssh <ユーザー名>@<IPアドレス>` を実行する

以上で車両ECUにアクセスできるはずです。

上記のコマンドが使えない場合、以下をお試しください。

- 運営スタッフに車両の `<IPアドレス>` を問い合わせください
- 手元のPCで `ssh <ユーザー名>@<IPアドレス>` を実行する

## 車両ECUへのAutoware転送方法

Expand Down

0 comments on commit f930711

Please sign in to comment.