Skip to content

Commit

Permalink
Fix enabling motion bias estimation (SlimeVR#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
kounocom authored May 4, 2024
1 parent d71c65c commit 3ae17ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/SensorFusion.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace SlimeVR
struct SensorVQFParams: VQFParams {
SensorVQFParams() : VQFParams() {
#ifndef VQF_NO_MOTION_BIAS_ESTIMATION
motionBiasEstEnabled = false;
motionBiasEstEnabled = true;
#endif
tauAcc = 2.0f;
restMinT = 2.0f;
Expand Down

0 comments on commit 3ae17ab

Please sign in to comment.