Script execution
This commit is contained in:
@@ -41,7 +41,7 @@ class RobotModbus(DeviceBase):
|
||||
raise Exception("Ongoing command")
|
||||
if robot_ack.read() != 0:
|
||||
raise Exception("Robot is not ready")
|
||||
robot_cmd.write(cmd)
|
||||
robot_cmd.write(command)
|
||||
args = [0,0,0,0,0,0]
|
||||
index = 0
|
||||
for arg in argv:
|
||||
|
||||
Reference in New Issue
Block a user