mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-05 20:14:07 +05:30
Tweaked description for IMU sensor type
This commit is contained in:
parent
0e04388b5d
commit
a43f33e1b6
@ -311,9 +311,8 @@ class IMU(Sensor):
|
|||||||
[ax, ay, az, gx, gy, gz, mx, my, mz, roll, pitch, ch]
|
[ax, ay, az, gx, gy, gz, mx, my, mz, roll, pitch, ch]
|
||||||
|
|
||||||
where a stands for accelerometer, g for gyroscope and m for magnetometer.
|
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
|
The last value ch stands for "compensated heading" that some IMU's can
|
||||||
from both gyroscope and compass data.
|
compute to compensate magnetic heading for the current roll and pitch.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
data = self.device.get_imu_data()
|
data = self.device.get_imu_data()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user