iOS attitude.roll返回随机数

时间:2014-11-09 08:24:28

标签: ios cmmotionmanager

我正在使用Xcode 6.1并以久负盛名的方式提取手机的Pitch and Roll:

valuePitch = degrees(attitude.pitch);
valueRoll = degrees(attitude.roll);

#define degrees(x) (180*x/M_PI)

Pitch返回正确的值。但Roll,即使手机是垂直的而且没有移动,也会返回数字范围,如:-168,-114,-131,167。

有什么想法吗?

0 个答案:

没有答案