Skip to content

Bug warn of bad vr arena update rate

David Tadres requested to merge Bug_WarnOfBadVRArenaUpdateRate into master

Popup when user tries incompatible fps with VR Update

  1. Decided to only warn, not block the experiment for now. If user tries to e.g. run experiment with 30fps and update rate 20Hz which would lead to an update every 1.5 frames which is impossible, user gets a warning, but experiment commences.

  2. User can choose dynamic (*.npy) arenas easier.

  3. Fixed a bug I introduces in the last update where it was only possible to run VR experiments, not simple tracking!

Merge request reports