Skip to content

Commit aef5243

Browse files
committed
fix: Add some sentences for docs
1 parent 4f5ab19 commit aef5243

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

docs/source/index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,3 @@ adf-core-pythonを始めるには、インストールに従い、このドキ
7474
:members:
7575
:undoc-members:
7676
:show-inheritance:
77-
78-
79-
パッケージの詳細
80-
---------------------
81-
82-
* :ref:`genindex`
83-
* :ref:`modindex`
84-
* :ref:`search`

docs/source/install/environment/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ BUILD SUCCESSFUL in ...
4040
## シミュレーションサーバーの動作確認
4141

4242
```bash
43-
cd WORKING_DIR/rcrs-server/scripts
43+
cd scripts
4444
./start-comprun.sh -m ../maps/test/map -c ../maps/test/config
4545
```
4646

docs/source/tutorial/agent/agent.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,20 @@ Creating a new agent team with name: my-agent
4141

4242
## シミュレーションを実行する
4343

44-
シミュレーションサーバーを以下のコマンドで起動します:
44+
ターミナルを2つ起動します。
45+
46+
片方のターミナルを開き、シミュレーションサーバーを以下のコマンドで起動します:
4547

4648
```bash
49+
# Terminal A
4750
cd WORKING_DIR/rcrs-server/scripts
48-
./start-comprun.sh -m ../maps/test/map -c ../maps/test/config
51+
./start-comprun.sh -m ../maps/tutorial_fire_brigade_only/map -c ../maps/tutorial_fire_brigade_only/config
4952
```
5053

51-
その後、エージェントを起動します:
54+
その後、別のターミナルを開き、エージェントを起動します:
5255

5356
```bash
57+
# Terminal B
5458
cd WORKING_DIR/my-agent
5559
python main.py
5660
```

0 commit comments

Comments
 (0)