Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-09 | reduce pitch input to 90. keep output at 180 | Stanislaw Halik | |
It has to stay that way till euler internal usage's gone. | |||
2014-11-09 | Revert "fix typos" | Stanislaw Halik | |
This reverts commit e74f029bf790342b1d3e0f11e5edf98c16946b08. | |||
2014-11-09 | add comment | Stanislaw Halik | |
2014-11-09 | fix typos | Stanislaw Halik | |
2014-11-07 | fix r/t comp after mat change | Stanislaw Halik | |
2014-11-07 | no need use temp array anymore | Stanislaw Halik | |
2014-11-07 | nix unused constant | Stanislaw Halik | |
2014-11-07 | quat class rot in hell again | Stanislaw Halik | |
Issue: #63 | |||
2014-11-07 | impl centering not confused on 90deg boundaries | Stanislaw Halik | |
atan2 returned wrong quadrants, as per <http://en.wikipedia.org/wiki/Atan2#Definition_and_computation> breakage on sign change. Issue: #63 | |||
2014-11-07 | simple-mat inits without a temp array now | Stanislaw Halik | |
2014-11-07 | nix unused typedef | Stanislaw Halik | |
2014-11-05 | Revert "center after mapping, not before" | Stanislaw Halik | |
This reverts commit 2b0e342a04bad49c6bf59d388ed874145117f815. That was stupid. | |||
2014-11-05 | center after mapping, not before | Stanislaw Halik | |
This makes octopus less spastic. Tested with joystick input. Issue: #63 | |||
2014-11-05 | fix keyboard shortcuts on win32 change during trackingopentrack-2.3-20141105 | Stanislaw Halik | |
Used to become unusable if changed during tracking. | |||
2014-11-05 | nix debug printfs | Stanislaw Halik | |
2014-11-04 | settings need fire when bundle reloads | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-11-04 | move type alias around | Stanislaw Halik | |
2014-11-02 | simplify ctor | Stanislaw Halik | |
2014-11-02 | nonsensical to start in tray, remove | Stanislaw Halik | |
2014-11-02 | separate config directory for 2.3-branch | Stanislaw Halik | |
2014-11-02 | use quaternions for centering | Stanislaw Halik | |
@KyokushinPL says was the only version that worked. Let's give it a try. Goddamn issue: #63 | |||
2014-11-01 | fix typo | Stanislaw Halik | |
2014-11-01 | nix warn | Stanislaw Halik | |
2014-11-01 | revert centering changes | Stanislaw Halik | |
2014-11-01 | use simple-mat now opencv nixed from core | Stanislaw Halik | |
2014-11-01 | add simple matrix operations impl | Stanislaw Halik | |
2014-10-29 | centering formula got wrong again | Stanislaw Halik | |
2014-10-29 | r/t compensation broken, fix | Stanislaw Halik | |
2014-10-29 | rename invert option so old values don't exist anymore | Stanislaw Halik | |
2014-10-29 | angle order for yaw, pitch, roll | Stanislaw Halik | |
Issue: #63 | |||
2014-10-29 | work around global 'ptr' symbol clash with opencv | Stanislaw Halik | |
Issue: #89 Reported-by: @runningman84 | |||
2014-10-28 | poke centering with a stick | Stanislaw Halik | |
Issue: #63 | |||
2014-10-28 | hook up tray to build | Stanislaw Halik | |
Issue: #64 | |||
2014-10-28 | mv | Stanislaw Halik | |
2014-10-28 | rename | Stanislaw Halik | |
2014-10-28 | linear algebra or bust (interconnect between axis) | Stanislaw Halik | |
Issue: #63 Reported-by: many | |||
2014-10-27 | guard against negative sleep amount | Stanislaw Halik | |
2014-10-27 | fix tracker sleep_ms to correctly compute overhead | Stanislaw Halik | |
2014-10-27 | Send origin pose to protocol on stopping | Stanislaw Halik | |
Requested-by: @Antmax | |||
2014-10-26 | rework accela, less nonsensical user-facing options | Stanislaw Halik | |
2014-10-26 | r/t comp wrong order | Stanislaw Halik | |
2014-10-26 | inverting early caused wrong asymmetric axis selection | Stanislaw Halik | |
2014-10-26 | swap axes only after mapping them, not before | Stanislaw Halik | |
@KyokushinPL mumbled something about Google Cardboard being unusable. If breaks existing use-cases, need reverting though. | |||
2014-10-25 | swap axis to fix r/t compensation | Stanislaw Halik | |
Issue: #63 | |||
2014-10-25 | Change rot order tait-bryan -> mat | Stanislaw Halik | |
Issue: 63 | |||
2014-10-25 | Basis change got lost, replace it | Stanislaw Halik | |
Issue: #63 | |||
2014-10-25 | fix sign, r/t compensation | Stanislaw Halik | |
Issue: #63 | |||
2014-10-25 | so long "class Quat", hope you rot in hell | Stanislaw Halik | |
2014-10-25 | basis mapping seem to work now | Stanislaw Halik | |
Only matrix -> euler conversion broken Issue: #63 |