fixed some compiler warnings
added equality checks to sensor-data classes more robust sensor reader [fixed some issues] added support for gps added support for compass added sensor-data-writer added test-cases minor changes
This commit is contained in:
@@ -77,9 +77,9 @@ namespace Filter {
|
||||
|
||||
const Scalar _b0, _b1, _b2, _a1, _a2, _gain;
|
||||
|
||||
const Scalar _preCompStateSpaceOutputVec1, _preCompStateSpaceOutputVec2;
|
||||
Scalar _z1, _z2;
|
||||
|
||||
Scalar _z1, _z2;
|
||||
const Scalar _preCompStateSpaceOutputVec1, _preCompStateSpaceOutputVec2;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user