Fix tab
This commit is contained in:
parent
3be97ff34e
commit
193577c0ef
@ -398,7 +398,7 @@ class URRobot(object):
|
|||||||
self.send_program("def myProg():\n\tfreedrive_mode()\n\tsleep({})\nend".format(timeout))
|
self.send_program("def myProg():\n\tfreedrive_mode()\n\tsleep({})\nend".format(timeout))
|
||||||
else:
|
else:
|
||||||
# This is a non-existant program, but running it will stop freedrive
|
# This is a non-existant program, but running it will stop freedrive
|
||||||
self.send_program("def myProg():\n\end_freedrive_mode()\nend")
|
self.send_program("def myProg():\n\tend_freedrive_mode()\nend")
|
||||||
|
|
||||||
def set_simulation(self, val):
|
def set_simulation(self, val):
|
||||||
if val:
|
if val:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user