create Method
Example Code
Connect to the gripper via MAC address
from xensegripper import XenseGripper
# 使用 MAC 地址创建连接的夹爪实例
gripper = XenseGripper.create(mac_addr="9a14e81bb832")
Tips
If you are unsure of the gripper’s MAC address, you can use the ezros tool to query it. For details, please refer to Using the EzROS Command Line Tool.