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?
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.