update 更新图片处理,点位比较方法,夹爪控制
This commit is contained in:
@ -189,8 +189,7 @@ class CMDInstructRequest:
|
||||
if len(self.instructions) != 0:
|
||||
model_str = model_str+',"instructions":'+"[{"+self.instructions[0].toString()+"}]"+"}"
|
||||
else:
|
||||
model_str = model_str+',"instructions":'+"[{""}]"+"}" #model_str+"}"
|
||||
print(model_str)
|
||||
model_str = model_str+',"instructions":'+"[]"+"}" #model_str+"}"
|
||||
return model_str
|
||||
|
||||
class CMDInstructReply:
|
||||
|
||||
Reference in New Issue
Block a user