Skip to content

Commit

Permalink
update 320 API readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Nov 15, 2024
1 parent fc0fad3 commit 5592793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/MyCobot_320_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,13 @@ mc.send_angle(1, 40, 20)
- **Return value:**
- `1`: completed

#### `init_eletric_gripper()`
#### `init_electric_gripper()`

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

#### `set_eletric_gripper(status)`
#### `set_electric_gripper(status)`

- **function**: Set Electric Gripper Mode
- **Parameters**:
Expand Down
4 changes: 2 additions & 2 deletions docs/MyCobot_320_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,13 +616,13 @@ mc.send_angle(1, 40, 20)
- **返回值:**
- `1`: 完成

#### `init_eletric_gripper()`
#### `init_electric_gripper()`

- **功能**:电动夹爪初始化(插入和移除夹爪后需初始化一次)
- **返回值:**
- `1`: 完成

#### `set_eletric_gripper(status)`
#### `set_electric_gripper(status)`

- **功能**:设置电动夹爪模式
- **参数**
Expand Down

0 comments on commit 5592793

Please sign in to comment.