Skip to content

Commit aaed864

Browse files
committed
split fingers into two
1 parent a563b17 commit aaed864

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

simulator/programming/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,19 @@ One (possibly both) of them may change to resolve this.
121121

122122
Your simulated robot has two deployable 'fingers' that are able to lift the front of the robot up. These fingers have pressure sensors on their tips, with these you can determine the weight of an object your robot is carrying.
123123

124-
The servos to move the fingers are both attached to servo pin 2 in the servo board:
124+
The servos to move the fingers are attached to servo pins 2 and 3 in the servo board:
125125

126126
| Servo | Location |
127127
|-------|--------------------|
128-
| 2 | both finger servos |
128+
| 2 | Left finger servo |
129+
| 3 | Right finger servo |
129130

130-
Once the fingers are deployed, your robot will have reduced motion but it will be able to sense the total pressure on the front of the robot. The pressure sensing fingers are available as analogue inputs on A6, they are meant to emulate sensors that output a higher value proportional to higher pressure.
131+
Once the fingers are deployed, your robot will have reduced maneuverability, but will be able to sense the total pressure on the front of the robot. The pressure measuring devices on the end of the fingers are available as analogue inputs on A6 and A7. They are meant to emulate sensors that output a value proportional to pressure, the higher the pressure the higher the voltage reading.
131132

132-
| Pin | Location |
133-
|-----|------------------|
134-
| A6 | Pressure sensors |
133+
| Pin | Location |
134+
|-----|------------------------------|
135+
| A6 | Left finger pressure sensor |
136+
| A7 | Right finger pressure sensor |
135137

136138
## Simulated Time
137139

0 commit comments

Comments
 (0)