Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the ability to offset the reference from the target device pose. #37

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2020

  1. added in calibration state Reference and gui buttons to enable and di…

    …sable, added in reference sync in the calibration tick to offset the delta from the first pose
    Shane Harris committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4619a4a View commit details
    Browse the repository at this point in the history
  2. removed uneeded variable

    Shane Harris committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    f897b92 View commit details
    Browse the repository at this point in the history
  3. rmeoved precomipled headers that got added for debug

    Shane Harris committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0449a36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e1d63b View commit details
    Browse the repository at this point in the history
  5. moves Pose reference down

    Shane Harris committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    aa56fd5 View commit details
    Browse the repository at this point in the history
  6. now using correct reference offset translation/rotation

    Shane Harris committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    15caa03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df3f8d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. translation is now working, just need to figure out how to get the gr…

    …ip event somehow and how to rotate. I figure it could work with rotation offset, but it needs to rotate the tracking space wth a different origin, the position of the reference controller essentially
    PatrickQ96 committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    e2796f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f1235e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31ed445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ce2133 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. more attempts at the rotaition calculations, unsuccessfully. Added ex…

    …planation to edit screen on how to fine adjust
    PatrickQ96 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    500d2ec View commit details
    Browse the repository at this point in the history
  2. removed some uneeded logs

    PatrickQ96 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    439aff9 View commit details
    Browse the repository at this point in the history