-
Notifications
You must be signed in to change notification settings - Fork 347
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
'VectorFloat16' was not declared in this scope #37
Comments
I know this is over a year old but did you ever figure out a fix for this? I have the same issue. |
I got it to compile, but the catch is that Arduino boards that have an internal USB only work (no FTDI or Atmega16U2 as USB controllers). The code compiles if you use Arduino Leonardo and the likes.... (remember to change the "#define INTERRUPT_PIN 2" the pin number '2' to the right Interupt Pin for your board, SDA and SCL depends on what board you use)
|
I have the same problem. I'm using an Arduino DUE. I can't find the VectorFloat16 in any of the used libraries. There's only VectorFloat. But the program doesn't work with the VectorFloat function. |
Sorry but I've given up on this project ages ago.... If I remember this uses OSVR (Which has been dead for a long time now thanks to SteamVR always updating). This headset only tracks rotation only, like anyother mobile VR headset..... |
Hello, trying to compile the sketch I get the following error:
main:133:9: error: 'VectorFloat16' was not declared in this scope
main:134:28: error: 'down' was not declared in this scope
exit status 1
'VectorFloat16' was not declared in this scope
How can I correct it?
Thanks, regards
The text was updated successfully, but these errors were encountered: