-
Notifications
You must be signed in to change notification settings - Fork 3
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
Accel and Gyro value specifics #6
Comments
gyro wants degrees per second, so, afaict, rotational acceleration (just make sure if you're deriving radians, you convert to degrees) also make sure your pitch,yaw,roll ordering is correct, and depending on your data source, you may need to invert one or more of the axis (i use "Pad Test" app to test) accelerometer appears to want G's (1G = m/s2) |
You just need transfer raw data,the most important part is time,i mean offset 48 |
What is Pad Test? |
I had code a software that make your android phone as DSU control,contain motionsensor
And a important thing is "-" before my code,if you can make PC link with your code but gyro or acc are wrong,you should try different combination of data,such as "-accx,accy,accz" or "accx,-accy,-accz",because it depend on you sensor. |
see the guide here https://cemuhook.sshnuke.net/padudpserver.html |
What is the range of values for the accelerometer and gyro values, and what do they mean
like what kind of data are we expected to send
The text was updated successfully, but these errors were encountered: