Skip to content

Commit 6d77958

Browse files
authored
Update 2_API.md
1 parent 7628bf6 commit 6d77958

File tree

1 file changed

+3
-3
lines changed
  • 10-ApplicationBasePython/10.2_320_M5-ApplicationPython

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,12 +1196,12 @@ from pymycobot import utils
11961196
- 0 - Failed
11971197
- 1 - Success
11981198

1199-
#### 15.12 `get_pro_gripper_default_speed(gripper_id, speed)`
1199+
#### 15.12 `get_pro_gripper_speed(gripper_id)`
12001200

1201-
- **Function**: Read the default speed of the force-controlled gripper.
1201+
- **Function**: Read the speed of the force-controlled gripper.
12021202
- **Parameter**:
12031203
- `gripper_id` (`int`): Gripper ID, default 14, value range 1 ~ 254.
1204-
- **Return value**: Gripper default movement speed, range 1 ~ 100.
1204+
- **Return value**: Gripper movement speed, range 1 ~ 100.
12051205

12061206
#### 15.13 `set_pro_gripper_abs_angle(gripper_id, gripper_angle)`
12071207

0 commit comments

Comments
 (0)