File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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> &ensp ;&ensp ;&ensp ;&ensp ; code: See the [ API Code Documentation] ( ./xarm_api_code.md#api-code ) for details.
27262726
You can’t perform that action at this time.
0 commit comments