Skip to content

wmr: Don't start reading thread until setup is complete.

Jan Schmidt requested to merge thaytan/monado:wmr-init-fix into master

Make sure the headset struct is fully configured before starting the reading thread, otherwise we can get a crash if an IMU update arrives for processing before the 3dof fusion is ready.

Merge request reports