Skip to content

Commit 6bd2d13

Browse files
authored
Reverse servo positions
physical testing shows that 1 actually opens and -1 closes
1 parent adbc4f0 commit 6bd2d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/robots/physical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The layout of the motors attached to the motor boards for the forklift robot are
1616

1717
The front grabber is actuated by a single [servo](/api/servos), attached to the [Arduino](/api/arduino/#servos). It is plugged in to port 0.
1818

19-
The servo will only let you move the grabber in a safe range. `-1` will open the grabber, and `1` will close the grabber.
19+
The servo will only let you move the grabber in a safe range. `1` will open the grabber, and `-1` will close the grabber.
2020

2121
## Ultrasound
2222

0 commit comments

Comments
 (0)