Skip to content

Commit 3bbffaf

Browse files
committed
Drop overlooked reference to the dead ManualTimestepRobot class
This was missed in 2dc710a.
1 parent a3ed65f commit 3bbffaf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

simulator/programming/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ Your code should be developed in `robot.py`.
3131

3232
Unless otherwise stated, the simulator’s API is the same as the real SR API described in the [programming docs]({{ site.baseurl }}/programming/).
3333

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-
4334
### Motors
4435

4536
Your robot has one motor board attached, the left wheel in port `m0`, and the right wheel in `m1`.

0 commit comments

Comments
 (0)