mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
Fix to aggressive magnetometer correction (#149)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
constexpr float gscale = (250. / 32768.0) * (PI / 180.0); //gyro default 250 LSB per d/s -> rad/s
|
||||
#endif
|
||||
|
||||
#define MAG_CORR_RATIO 0.2
|
||||
#define MAG_CORR_RATIO 0.02
|
||||
|
||||
void MPU9250Sensor::motionSetup() {
|
||||
// initialize device
|
||||
|
||||
Reference in New Issue
Block a user