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

Getting Started Code Only Returns Zeros #24

Open
alexdriedger opened this issue Feb 28, 2020 · 5 comments
Open

Getting Started Code Only Returns Zeros #24

alexdriedger opened this issue Feb 28, 2020 · 5 comments

Comments

@alexdriedger
Copy link

After running the getting started code, the x, y, z coordinates in data are all 0s

v = vr.triad_openvr()
data = v.devices["controller_1"].sample(1000,250)
print(data.x)
print(data.y)
print(data.z)
@ryan1288
Copy link

v.devices["controller_1"].get_pose_euler() also returns None, which causes the getting started code to crash

@dmitrySorokin
Copy link

Hi @ryan1288 have you solved this issue?

@tiaoyuedexin
Copy link

@dmitrySorokin ,I have the same problem,Have you solved it?

@dmitrySorokin
Copy link

@tiaoyuedexin, yes. My problem was that I placed the base station too close to the tracker. The distance should be ~ 1.5 - 2 meters.

@tiaoyuedexin
Copy link

@dmitrySorokin OK..so is my problem.thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants