Skip to content

Commit bea9ef0

Browse files
committed
更新320 api接口说明
1 parent 0938da6 commit bea9ef0

File tree

2 files changed

+10
-10
lines changed
  • 10-ApplicationBasePython

2 files changed

+10
-10
lines changed

10-ApplicationBasePython/10.1_320_PI-ApplicationPython/2_API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,13 +676,13 @@ mc.send_angle(1, 40, 20)
676676
- **Return value:**
677677
- `1`: complete
678678

679-
#### 9.4 `init_eletric_gripper()`
679+
#### 9.4 `init_electric_gripper()`
680680

681681
- **function**: Electric gripper initialization (it needs to be initialized once after inserting and removing the gripper)
682682
- **Return value:**
683683
- `1`: complete
684684

685-
#### 9.5 `set_eletric_gripper(status)`
685+
#### 9.5 `set_electric_gripper(status)`
686686

687687
- **function**: Set Electric Gripper Mode
688688
- **Parameters**:
@@ -994,7 +994,7 @@ from pymycobot import utils
994994
<tr>
995995
<td>Read gripper ID</td>
996996
<td style="text-align: center;">14</td>
997-
<td style="text-align: center;">3</td>
997+
<td style="text-align: center;">4</td>
998998
</tr>
999999
<tr>
10001000
<td>Read gripper clockwise runnable error</td>

10-ApplicationBasePython/10.2_320_M5-ApplicationPython/2_API.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,23 @@ mc.send_angle(1, 40, 20)
172172
</tr>
173173
<tr>
174174
<td style="text-align: center;">1</td>
175-
<td>-170 ~ 170</td>
175+
<td>-168 ~ 168</td>
176176
</tr>
177177
<tr>
178178
<td style="text-align: center;">2</td>
179-
<td>-137 ~ 137</td>
179+
<td>-135 ~ 135</td>
180180
</tr>
181181
<tr>
182182
<td style="text-align: center;">3</td>
183-
<td>-151 ~ 142</td>
183+
<td>-145 ~ 145</td>
184184
</tr>
185185
<tr>
186186
<td style="text-align: center;">4</td>
187187
<td>-148 ~ 184</td>
188188
</tr>
189189
<tr>
190190
<td style="text-align: center;">5</td>
191-
<td>-169 ~ 169</td>
191+
<td>-168 ~ 168</td>
192192
</tr>
193193
<tr>
194194
<td style="text-align: center;">6</td>
@@ -676,13 +676,13 @@ mc.send_angle(1, 40, 20)
676676
- **Return value:**
677677
- `1`: complete
678678

679-
#### 9.4 `init_eletric_gripper()`
679+
#### 9.4 `init_electric_gripper()`
680680

681681
- **function**: Electric gripper initialization (it needs to be initialized once after inserting and removing the gripper)
682682
- **Return value:**
683683
- `1`: complete
684684

685-
#### 9.5 `set_eletric_gripper(status)`
685+
#### 9.5 `set_electric_gripper(status)`
686686

687687
- **function**: Set Electric Gripper Mode
688688
- **Parameters**:
@@ -1001,7 +1001,7 @@ from pymycobot import utils
10011001
<tr>
10021002
<td>Read gripper ID</td>
10031003
<td style="text-align: center;">14</td>
1004-
<td style="text-align: center;">3</td>
1004+
<td style="text-align: center;">4</td>
10051005
</tr>
10061006
<tr>
10071007
<td>Read gripper clockwise runnable error</td>

0 commit comments

Comments
 (0)