Skip to content

Commit 21e738a

Browse files
committed
Revert "Remove an indirect mention of the virtual competition"
This reverts commit 87611c4.
1 parent 985e355 commit 21e738a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

simulator/using_the_simulator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ If you run the simulation without a `robot.py` file in place, the simulation wil
7575
In order for your simulated robot to pick up changes to your code you need to save the files you are working on and then reload the simulation.
7676
This will also reset the state of the simulated world, allowing your robot to start afresh.
7777

78+
<div class="warning">
79+
Only your controller code will be present in the competition environment.
80+
</div>
81+
7882
### Running multiple robots
7983

8084
To test how your robot behaves in each starting zone of the arena, you can copy your robot's code to run in each corner.

0 commit comments

Comments
 (0)