diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-13 09:43:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-13 09:43:13 +0200 |
commit | 1ea849d0f6f934beb69ed72790f02d079a7ba435 (patch) | |
tree | 0ec49327a10af8450a3096dc196d003ae9d3f13d | |
parent | 0f89e2439ac7a89baf371ce3dd522e96bb933c83 (diff) |
tracker: no need to run logic() at all
-rwxr-xr-x | opentrack/tracker.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opentrack/tracker.cpp b/opentrack/tracker.cpp index e79d32c1..22a8933c 100755 --- a/opentrack/tracker.cpp +++ b/opentrack/tracker.cpp @@ -197,10 +197,6 @@ void Tracker::run() { } { - // do one last pass with origin pose - for (int i = 0; i < 6; i++) - newpose[i] = 0; - logic(); // filter may inhibit exact origin Pose p; libs.pProtocol->pose(p); |