When I read up the documentation of using the gyroscope, i think that there is only one value returned from Gyroscope:getRotationRate().
But there should be seperate values for each axxis, right?
http://developer.apple.com/library/ios/#documentation/CoreMotion/Reference/CMGyroData_Class/Reference/Reference.html#//apple_ref/occ/cl/CMGyroDataOr do I miss something here?
Comments
Maybe this could be added to the docs.
Thoughts?
After your post, I've done some tests and here is the code that gives the most accurate results:
Maybe the best way is to internally calculate the exact rotation also and relieve the developers from doing such calculations.