Skip to content

Commit fd1d5a3

Browse files
AdimotePeterJCLaw
andauthored
WS and punctuation
Co-authored-by: Peter Law <[email protected]>
1 parent ef2771f commit fd1d5a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simulator/simulated_robot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The main differences are:
2626

2727
## Motors
2828

29-
Your robot has one motor board attached, the motor on the left wheel is connected to the 'Motor 0' port, and the right wheel to 'Motor 1'. These can be referenced with `robot.motor_board.motors[0]`, and
30-
`robot.motor_board.motors[1]`, respectively. See [the motor board programming docs]({{ site.baseurl }}/programming/motors) for how to control these.
29+
Your robot has one motor board attached, the motor on the left wheel is connected to the "Motor 0" port, and the right wheel to "Motor 1". These can be referenced with `robot.motor_board.motors[0]`, and `robot.motor_board.motors[1]`, respectively.
30+
See [the motor board programming docs]({{ site.baseurl }}/programming/motors) for how to control these.
3131

3232
If you want to reference the motor board by its the part code, you can use the part code `srABC1`.
3333

0 commit comments

Comments
 (0)