What am I doing wrong if I get this line/error?
Line 837: raise RuntimeError("Bad SOF : " + self.data2hexstr(data))
I'm assuming it's because the connections weren't shut down correctly during a previous run, however, I do not know what to do besides calling the disconnect method for each Sphero before exiting a script run.
Any ideas, @mmwise and others?
What am I doing wrong if I get this line/error?
Line 837:
raise RuntimeError("Bad SOF : " + self.data2hexstr(data))I'm assuming it's because the connections weren't shut down correctly during a previous run, however, I do not know what to do besides calling the disconnect method for each Sphero before exiting a script run.
Any ideas, @mmwise and others?