added butterworth filter \n added activity rec for baro using butter \n added moduel for walker with activity
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -17,9 +17,9 @@ int main(int argc, char** argv) {
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
// skip all tests starting with LIVE_
|
||||
::testing::GTEST_FLAG(filter) = "-*.LIVE_*";
|
||||
::testing::GTEST_FLAG(filter) = "*Barometer*";
|
||||
|
||||
::testing::GTEST_FLAG(filter) = "*GridWalk2HeadingControl*";
|
||||
::testing::GTEST_FLAG(filter) = "*Activity*";
|
||||
|
||||
//::testing::GTEST_FLAG(filter) = "*Grid.*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Dijkstra.*";
|
||||
|
||||
Reference in New Issue
Block a user