diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-26 18:04:09 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-26 18:04:09 +0100 |
commit | 145117f8af44a35c40898b3b9345168063f4306a (patch) | |
tree | bf49761664bfb734a6307aa96b4047e6ae3464f0 /opentrack/tracker.h | |
parent | e8318d111be0805b98c84eb086b199d179705bba (diff) |
tracker: map before filtering
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r-- | opentrack/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h index 23939576..84202635 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -24,7 +24,7 @@ private: Mappings& m; Timer t; - Pose output_pose, raw_6dof, final_raw; + Pose output_pose, raw_6dof; double newpose[6]; std::atomic<bool> centerp; |