Skip to content

Commit ff50a4b

Browse files
committed
[doc] (1.18.2) update doc
1 parent 68413d4 commit ff50a4b

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ xArm Python SDK
4242
- #### [UFACTORY ModbusTCP Manual](doc/UF_ModbusTCP_Manual.md)
4343

4444
## Update Summary
45-
- > ### 1.17.0/1.7.1
45+
- > ### 1.18.2
46+
- Added BytesData for data conversion
47+
- Added data structure for report data
48+
- Update the reported data for port 30002
49+
- Increase execution speed by adding paramster to reduce the number of checks performed by the gripper apis
50+
51+
- > ### 1.17.0/1.17.1
4652
- Change some API names
4753

4854
- > ### 1.16.0

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# xArm-Python-SDK Release Notes
22

33
## Update Summary
4+
- > ### 1.18.2
5+
- Added BytesData for data conversion
6+
- Added data structure for report data
7+
- Update the reported data for port 30002
8+
- Increase execution speed by adding paramster to reduce the number of checks performed by the gripper apis
49

510
- > ### 1.17.0/1.7.1
611
- Change some API names

doc/api/xarm_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
xArm-Python-SDK API Documentation (V1.18.0): class XArmAPI in module xarm.wrapper.xarm_api
1+
xArm-Python-SDK API Documentation (V1.18.2): class XArmAPI in module xarm.wrapper.xarm_api
22

33
## class __XArmAPI__
44
****************************************
@@ -2720,7 +2720,7 @@ xArm-Python-SDK API Documentation (V1.18.0): class XArmAPI in module xarm.wrappe
27202720

27212721
> Set the gripper speed
27222722
>
2723-
> :param speed:
2723+
> :param speed: gripper speed, unit: r/min
27242724
> :return: code
27252725
>     code: See the [API Code Documentation](./xarm_api_code.md#api-code) for details.
27262726

0 commit comments

Comments
 (0)