You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to do this for debugging purposes. Kind of lost.
I've tried #include <iostream> and std::cout << "Hello World!"; and nothing shows up on the screen.
I guess I could print the data to a file and open it in notebook but that's pretty clunky for my purposes (trying to print the gyroscope / accelerometer sensor data.)
Also, @alatnet, do you know if the sensor data is in radians?
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
Ah, that's a bit more involved with the openvr side...
It's more to do with QT, I believe, to get it working with steamvr.
As for the sensor data, I, honestly, have no clue.
I believe it's in radians though that might be the reason why it freaks out when using it cus openvr needs degrees. I don't know if I tried converting it.
I need to do this for debugging purposes. Kind of lost.
I've tried #include <iostream> and std::cout << "Hello World!"; and nothing shows up on the screen.
I guess I could print the data to a file and open it in notebook but that's pretty clunky for my purposes (trying to print the gyroscope / accelerometer sensor data.)
Also, @alatnet, do you know if the sensor data is in radians?
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: