Skip to content

Commit

Permalink
Reduce beta to reduce accelerometer wobble on motion
Browse files Browse the repository at this point in the history
  • Loading branch information
Timocop committed May 22, 2024
1 parent e03c40b commit a62fc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/bno080sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#if BNO_USE_MADGWICK
#include "madgwick.h"

#define MADGWICK_BETA_STABLE_DETAULT_MAX 0.2f
#define MADGWICK_BETA_STABLE_DETAULT_MAX 0.1f
#define MADGWICK_BETA_STABLE_DETAULT_MIN 0.01f // Compensate for minimal gyro drift


Expand Down

0 comments on commit a62fc1e

Please sign in to comment.