We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcbc38 commit c26bcf5Copy full SHA for c26bcf5
main.py
@@ -439,6 +439,9 @@ def connect_mycobot(self):
439
self.myCobot = MyCobot(port, baud, timeout=0.2)
440
self.stop_wait(0.5)
441
self.loger.info("connection succeeded !")
442
+ self.myCobot.set_fresh_mode(0)
443
+ self.stop_wait(0.1)
444
+ self.loger.info("Set to interpolation mode !")
445
self.btn_status(True)
446
if self.language == 1:
447
self.connect_btn.setText('DISCONNECT')
0 commit comments