Skip to content

Commit 28185f4

Browse files
committed
Merge branch 'develop'
2 parents e24839a + 2295144 commit 28185f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

benchbot_supervisor/benchbot_supervisor.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,13 @@ def __robot_get(command):
230230
time.sleep(1)
231231
print("\tFound")
232232

233-
# TODO we need to ensure map file is loaded if sending to a remote!
234233
print("Sending environment data & robot config to controller ... ")
235234
self._robot('/configure', self.config)
235+
print("\tReady")
236+
237+
print("Starting the robot controller ... ")
238+
self._robot('/prepare')
239+
self._robot('/start')
236240
print("\tReady\n")
237241

238242
# Run the server in a blocking manner until the Supervisor is closed

0 commit comments

Comments
 (0)