aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

sync events error (pause event split into many events) #126

Open katherineperks opened 1 year ago

katherineperks commented 1 year ago

After pausing, the 'pause' event to resume the game seems to be split into multiple events in sync_events (bottom). The correct order of events is retained in bmi3d_events (top). Can create/update function to detect these binary code bugs and disregard changes that occur <3ms or something sync_events_error

katherineperks commented 1 year ago

Fixed for tracking task by making pause into a state. Needs to be implemented in center out (and similar like bmi center out)