Skip to content

Commit 430b04b

Browse files
committed
docs: add instructions for downloading tutorial map and update simulation server command
1 parent 4aab8bb commit 430b04b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
48.2 KB
Binary file not shown.

docs/source/tutorial/environment/environment.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@ cd rcrs-server
2727
BUILD SUCCESSFUL in ...
2828
```
2929

30+
## チュートリアルで使用するマップのダウンロード
31+
32+
{download}`マップのダウンロード <./../../download/tutorial_map.zip>`
33+
をクリックしてダウンロードしてください。
34+
35+
ダウンロードしたファイルを解凍し、中のファイルを `WORKING_DIR/rcrs-server/maps/` の中に移動させてください。
36+
3037
## シュミレーションサーバーの動作確認
3138

3239
```bash
3340
cd WORKING_DIR/rcrs-server/scripts
34-
./start-comprun.sh -m ../maps/test/map -c ../maps/test/config
41+
./start-comprun.sh -m ../maps/tutorial_fire_brigade_only/map -c ../maps/tutorial_fire_brigade_only/config
3542
```
3643

3744
何個かのウィンドウが表示されたら成功です。

0 commit comments

Comments
 (0)