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
for tool in gyro_continuous:
if tool in self.em['codes']:
self.gyro_continuous = [] #set gyro_continuous to empty list
self.em['codes'].move_to_end(tool)
self.gyro_continuous.append(tool)
My question is why always set gyro_continuous to empty list before append tool into gyro_continuous
The text was updated successfully, but these errors were encountered:
Sorry for the delay, I don't really get time to maintain this code these days.
No, that code doesn't look right. I never really finished the gyro error models, mostly because there's little to no diagnostic data that I could find to verify them, but I added what I did to the library in the hope that someone would pick it up and finish it off - so PRs are welcome if you fancy fixing it?
The 57-61 lines of tool_error.py are as follows
My question is why always set gyro_continuous to empty list before append tool into gyro_continuous
The text was updated successfully, but these errors were encountered: