I am currently trying to understand the sensor values I get from code similar to this. The yaw/azimuth value seems to be okay. The problem is the pitch value, because I get -90° when the device is upright and tilting back and forward lead to the same values. Lets say i tilt by 45° forward - the value is -45°, so its the same like tilting the device 45° backward. Like this I cannot determine the device pitch in 360°. Can somebody help me with that?
|
feedback
|
|
Taken from http://developer.android.com/reference/android/hardware/SensorListener.html:
Note that this definition of yaw, pitch and roll is different from the traditional definition used in aviation where the X axis is along the long side of the plane (tail to nose). So Pitch -180° - 180° instead of 0° - 360°. The difference is forward shows -45° and backward should show 45°, right? | |||||||
feedback
|