File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,6 @@ Your code should be developed in `robot.py`.
31
31
32
32
Unless otherwise stated, the simulator’s API is the same as the real SR API described in the [ programming docs] ({{ site.baseurl }}/programming/).
33
33
34
- ### Robot
35
-
36
- There are two possible classes you can use to control your robot. You are
37
- encouraged to use the newer [ ` ManualTimestepRobot ` class] [ manual-timestep-class ]
38
- rather than the older ` Robot ` class. This avoids unpredictable behaviour which
39
- can result from simulator time not passing at the same rate as real time.
40
-
41
- [ manual-timestep-class ] : /docs/simulator/programming/time#manual-timestep-robot
42
-
43
34
### Motors
44
35
45
36
Your robot has one motor board attached, the left wheel in port ` m0 ` , and the right wheel in ` m1 ` .
You can’t perform that action at this time.
0 commit comments