Skip to content
Snippets Groups Projects
Commit abff08d8 authored by Felix Agner's avatar Felix Agner
Browse files

small bugfix

parent 5c51e803
Branches
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ def run_dummybot(HOST,verbose=True): ...@@ -33,7 +33,7 @@ def run_dummybot(HOST,verbose=True):
bot.set_speeds([-vset,-vset,-vset]) bot.set_speeds([-vset,-vset,-vset])
print('theta:'+bot.get_theta()) print('theta:'+str(bot.get_theta()))
sleep(max(0,t0+ts-time())) sleep(max(0,t0+ts-time()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment