Skip to content

Commit 6865915

Browse files
committed
Fix inconsistencies in world folder diagrams
1 parent d3cc376 commit 6865915

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

simulator/setting_up_simulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ The simulation for the SR2024 competition will be released at Kickstart.
8484
simulation
8585
├── competition-simulator-<version>
8686
│ ├── ...
87-
─ libraries.txt
88-
│ └─ worlds
87+
├── libraries.txt
88+
│ └─ worlds
8989
│ └── Arena.wbt
9090
└── robot.py
9191
```

simulator/using_the_simulator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This should be within the parent directory you created when [setting up the worl
6464
.
6565
├── competition-simulator-<version>
6666
│ ├── ...
67-
│ └─ worlds
67+
│ └─ worlds
6868
│ └── Arena.wbt
6969
└── robot.py
7070
```
@@ -89,12 +89,12 @@ Rather than having a single `robot.py`, code can be placed in a number of `zone-
8989
.
9090
├── competition-simulator-<version>
9191
│ ├── ...
92-
│ └─ worlds
92+
│ └─ worlds
9393
│ └── Arena.wbt
9494
├── zone-0
9595
│ └── robot.py
9696
└── zone-1
97-
└── robot.py
97+
└── robot.py
9898
```
9999

100100
This will run two robots in the arena, each with different `robot.py` files. You can run as many or as few zones as you like, in any combination.

0 commit comments

Comments
 (0)