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

Headset drifts back towards calibration point after any movement. #75

Open
dcbork opened this issue Aug 4, 2021 · 1 comment
Open

Comments

@dcbork
Copy link

dcbork commented Aug 4, 2021

I set everything up with an Arduino due cause I had one on hand, and the tracking seems okay except that it will drift back to where the headset was originally calibrated. For example, if I look left it will follow me left but as soon as I stop rotating it starts drifting back to the calibration point. It happens in all directions and is returning to the calibration position which makes me think that it is a code issue, but I am not sure if it was something I changed or something else. Any ideas?

@dcbork dcbork changed the title [BUG] Headset drifts back towards calibration point after any movement. Headset drifts back towards calibration point after any movement. Aug 4, 2021
@wukie-wq
Copy link

wukie-wq commented Nov 2, 2022

Hello, trying to compile the sketch I get the following error:

main:133:9: error: 'VectorFloat16' was not declared in this scope

 VectorFloat16 down;

 ^

main:134:28: error: 'down' was not declared in this scope

 mpu.dmpGetGravity(&down, &q);

                    ^

exit status 1
'VectorFloat16' was not declared in this scope

How can I correct it?

Thanks, regards

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

2 participants