general refactoring

simple_control
Simon Pirkelmann 2020-10-24 21:12:03 +02:00
parent a0f701fe83
commit 8728db82e8
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class RemoteController:
print("starting control")
self.controller.interactive_control(robots=self.robots)
def main(args):
rc = RemoteController()
rc.run()