Tweaked description for IMU sensor type

This commit is contained in:
Patrick Goebel 2016-04-18 06:46:36 -07:00
parent 0e04388b5d
commit a43f33e1b6

View File

@ -311,9 +311,8 @@ class IMU(Sensor):
[ax, ay, az, gx, gy, gz, mx, my, mz, roll, pitch, ch]
where a stands for accelerometer, g for gyroscope and m for magnetometer.
The last value uh stands for "unified heading" that some IMU's compute
from both gyroscope and compass data.
The last value ch stands for "compensated heading" that some IMU's can
compute to compensate magnetic heading for the current roll and pitch.
'''
data = self.device.get_imu_data()