Integrator: Improve to 3D case, add coning correction

This commit is contained in:
Lorenz Meier
2015-06-21 18:49:48 +02:00
parent 0275d770ae
commit 99146ea6c3
+2
View File
@@ -43,6 +43,8 @@
#include <mathlib/mathlib.h>
#include <mathlib/mathlib.h>
class Integrator {
public:
Integrator(uint64_t auto_reset_interval = 4000 /* 250 Hz */, bool coning_compensation = false);