general refactoring

This commit is contained in:
Simon Pirkelmann 2020-10-24 21:12:03 +02:00
parent a0f701fe83
commit 8728db82e8

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()