You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been tested with multiple robots, even though the autorun flag is set to true the service quits immediately after running. Adding a sleep of 30 seconds (time.sleep(30)) after if name == "main": (line 431 in the main.py) fixed the problem and NAO is now connecting to OpenRoberta automatically after starting up. It is suspected, that services are not yet ready when OpenRoberta tries to start. Maybe there is a more elegant solution to this.
The text was updated successfully, but these errors were encountered:
gvimont
pushed a commit
to gvimont/robertalab-naoclient
that referenced
this issue
Nov 21, 2020
This has been tested with multiple robots, even though the autorun flag is set to true the service quits immediately after running. Adding a sleep of 30 seconds (time.sleep(30)) after if name == "main": (line 431 in the main.py) fixed the problem and NAO is now connecting to OpenRoberta automatically after starting up. It is suspected, that services are not yet ready when OpenRoberta tries to start. Maybe there is a more elegant solution to this.
The text was updated successfully, but these errors were encountered: