Skip to content

Commit 98fe294

Browse files
committed
fix one euro filter
1 parent dd6b355 commit 98fe294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BabbleApp/babble_model_loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def run_model(self):
1717

1818

1919

20-
min_cutoff = 15.5004
21-
beta = 0.62
20+
min_cutoff = self.config.gui_min_cutoff #15.5004
21+
beta = self.config.gui_speed_coefficient #0.62
2222
noisy_point = np.array([45])
2323
filter = OneEuroFilter(
2424
noisy_point,

0 commit comments

Comments
 (0)