Skip to content

Commit 62d9a48

Browse files
committed
Remove reference to motors on gripper
1 parent d4e616b commit 62d9a48

File tree

1 file changed

+2
-2
lines changed
  • competition-simulator/programming

1 file changed

+2
-2
lines changed

competition-simulator/programming/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ can result from simulator time not passing at the same rate as real time.
4242

4343
### Motors
4444

45-
Your robot has two motor boards attached, each with two motors. Board `0` has the left wheel in port `m0`, and the right wheel in `m1`. Board `1` has the gripper lift motor in `m0`, and the finger motors in `m1`.
45+
Your robot has one motor board attached, the left wheel in port `m0`, and the right wheel in `m1`.
4646

47-
The motor boards do not have part codes, and so need to be indexed using `0` and `1`. The motor boards will always be in this order.
47+
The motor boards do not have part codes, and so need to be indexed using `0`.
4848

4949
### Ruggeduino
5050

0 commit comments

Comments
 (0)