feat: StepDetector update FPS, more FPS fixes

This commit is contained in:
2026-05-20 00:57:49 +02:00
parent f591f4950f
commit 60a5b109bb
6 changed files with 40 additions and 19 deletions

View File

@@ -51,6 +51,7 @@ protected:
Resampler res_x;
Resampler res_y;
Resampler res_z;
double fps;
public:
StepDetector(double fps, StepListener *listener, bool debug = false);