🚑 update 更新抓取和扔料
This commit is contained in:
@ -149,7 +149,6 @@ class Instruction:
|
||||
self.m5_p = 0.0
|
||||
self.ckStatus = '0x3F'
|
||||
self.speed = 10
|
||||
self.delay = 1.0
|
||||
self.smooth = 0
|
||||
self.tool=2
|
||||
self.IO = False
|
||||
@ -181,7 +180,7 @@ class CMDInstructRequest:
|
||||
def __init__(self):
|
||||
self.dsID = 'www.hc-system.com.HCRemoteCommand'
|
||||
self.reqType = "AddRCC"
|
||||
self.emptyList = '1' #清空机械臂的远程命令数据
|
||||
self.emptyList = '0' #清空机械臂的远程命令数据
|
||||
self.instructions = []
|
||||
|
||||
def toString(self):
|
||||
|
||||
Reference in New Issue
Block a user