<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/tracker.cpp, branch trackhat-1.2p6</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2p6</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2p6'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-09-20T21:24:19Z</updated>
<entry>
<title>api/tracker: merge from unstable</title>
<updated>2016-09-20T21:24:19Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-20T20:21:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8dfddcd7dba3752ab44fd9f30cc1533561aabe75'/>
<id>urn:sha1:8dfddcd7dba3752ab44fd9f30cc1533561aabe75</id>
<content type='text'>
- fix gimbal lock
- use right Tait-Bryan conversion to/from matrix, not generic
inapplicable euler conversion
- adjust for timer inaccuracy, therefore running at constant Hz
that's actually the specified Hz
</content>
</entry>
<entry>
<title>api/tracker: centering should go the other way</title>
<updated>2016-09-12T18:41:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-12T17:51:34Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=16f391b203e20b91dff713c40c07aec4885c7350'/>
<id>urn:sha1:16f391b203e20b91dff713c40c07aec4885c7350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused center_method setting</title>
<updated>2016-03-07T19:16:05Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-03-07T19:16:05Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=57ab688b4f422a0165795f69182caf4d2430a549'/>
<id>urn:sha1:57ab688b4f422a0165795f69182caf4d2430a549</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'unstable' into trackhat</title>
<updated>2015-10-21T18:52:20Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-21T18:44:33Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a815d8dfe1b452e0cab9b588a9d4ec4650a5bdda'/>
<id>urn:sha1:a815d8dfe1b452e0cab9b588a9d4ec4650a5bdda</id>
<content type='text'>
* unstable:
  cmake: update toolchain file
  shortcuts: fix osx/linux keystrokes persisting
  cmake: fix copy-paste comment
  cmake: add toolchain file for OSX
  cmake: add osx policy to make it shutup
  x-plane: ignore diagnostic
  osx: nix warning
  gitattributes: more text extensions to eol=lf
  cmake: timestamp logic simplify/fix
  cmake: no timestamp for tag builds
  all: update copyright where appropriate
  all: comments only
  cmake: regen before making tarball
  cmake: fix dropbox share invocation
  tracker: initialize newpose
  pt: use previous pose on NaN result from POSIT
  accela: also don't poison ewma state with nans
  cmake: fix tarball invocation
  accela: elide NaN output values
  qfc: elide NaN values
  pt: reformat more
  pt: reformat posit
  pt: refactor auto threshold somewhat
  pt: rename ill-chosen name
  pt: switch min/max point size to reals
  cmake: upload tarball to Dropbox but only if I'm the user
  cmake: add tarball timestamp so it gets rebuilt
  cmake: don't regen version if none changed
  cmake: fix git describe --dirty
  cmake: retab git module
  fix tarball target
  cmake: mark dirty tree
  cmake: regen tarball even if exists
  cmake: generate version.cc
  tracker: check for NaN values
  accela: don't check NaNs in filter, wrong place
  cmake: drop -ffast-math, allow for NaN check
  shortcuts: actually print screen binding works
  shortcuts: alias right modifier keys to left modifier keys
  shortcuts: allow for binding scroll lock and pause/break
  accela: also filter out NaNs on tracking start
  allow for filter immediate center
</content>
</entry>
<entry>
<title>tracker: initialize newpose</title>
<updated>2015-10-18T07:33:24Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-18T07:33:24Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=55de6ead40cd7120cfd798715cbfc57eb05b417d'/>
<id>urn:sha1:55de6ead40cd7120cfd798715cbfc57eb05b417d</id>
<content type='text'>
In

	newpose[i] = elide_nan(tmp[i], newpose[i]);

uninitialized memory can be used.
</content>
</entry>
<entry>
<title>tracker: check for NaN values</title>
<updated>2015-10-17T08:51:22Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-17T08:51:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9af18404a44f68a3d65bf30843abc99b27ed68f7'/>
<id>urn:sha1:9af18404a44f68a3d65bf30843abc99b27ed68f7</id>
<content type='text'>
Issue: #255
</content>
</entry>
<entry>
<title>allow for filter immediate center</title>
<updated>2015-10-16T19:38:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-16T19:38:23Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=95f542365f6f1cd043c7b3090a67d269d6dde58b'/>
<id>urn:sha1:95f542365f6f1cd043c7b3090a67d269d6dde58b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trackhat: use only absolute centering</title>
<updated>2015-10-02T13:52:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-02T13:52:04Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4b8c1d92c864762fe9a470d026e32d3860abf591'/>
<id>urn:sha1:4b8c1d92c864762fe9a470d026e32d3860abf591</id>
<content type='text'>
Merged:
* unstable:
  main: add relative and absolute center options
</content>
</entry>
<entry>
<title>main: add relative and absolute center options</title>
<updated>2015-10-02T13:29:03Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-02T13:29:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=851116d818ddd01d5935c1bba10fe4900771d980'/>
<id>urn:sha1:851116d818ddd01d5935c1bba10fe4900771d980</id>
<content type='text'>
Closes #237
</content>
</entry>
<entry>
<title>Merge branch 'unstable' into trackhat-ui</title>
<updated>2015-10-02T13:15:08Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a457eec3d0cb5fa59f260a1cd569ee42690d912f'/>
<id>urn:sha1:a457eec3d0cb5fa59f260a1cd569ee42690d912f</id>
<content type='text'>
* unstable:
  main: keybinding for "zero" should reset to PERFECTLY forward
</content>
</entry>
</feed>
