Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirenliel committed Feb 6, 2025
1 parent f01d7a2 commit e9088fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/sensors/softfusion/drivers/icm45605.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ struct ICM45605 : public ICM45Base<I2CImpl> {
.restThAcc = 0.0098f,
};

static constexpr VQFParams SensorVQFParams{
.motionBiasEstEnabled = true,
.biasSigmaInit = 0.3f,
.biasClip = 0.6f,
.restThGyr = 0.3f,
.restThAcc = 0.0098f,
};

ICM45605(I2CImpl i2c, SlimeVR::Logging::Logger& logger)
: ICM45Base<I2CImpl>{i2c, logger} {}

Expand Down
8 changes: 0 additions & 8 deletions src/sensors/softfusion/drivers/icm45686.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ struct ICM45686 : public ICM45Base<I2CImpl> {
.restThAcc = 0.196f,
};

static constexpr VQFParams SensorVQFParams{
.motionBiasEstEnabled = true,
.biasSigmaInit = 0.5f,
.biasClip = 1.0f,
.restThGyr = 0.5f,
.restThAcc = 0.196f,
};

ICM45686(I2CImpl i2c, SlimeVR::Logging::Logger& logger)
: ICM45Base<I2CImpl>{i2c, logger} {}

Expand Down

0 comments on commit e9088fe

Please sign in to comment.