We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24839a + 2295144 commit 28185f4Copy full SHA for 28185f4
benchbot_supervisor/benchbot_supervisor.py
@@ -230,9 +230,13 @@ def __robot_get(command):
230
time.sleep(1)
231
print("\tFound")
232
233
- # TODO we need to ensure map file is loaded if sending to a remote!
234
print("Sending environment data & robot config to controller ... ")
235
self._robot('/configure', self.config)
+ print("\tReady")
236
+
237
+ print("Starting the robot controller ... ")
238
+ self._robot('/prepare')
239
+ self._robot('/start')
240
print("\tReady\n")
241
242
# Run the server in a blocking manner until the Supervisor is closed
0 commit comments