Description Usage Arguments Value Author(s) References
Madgwick's algorithm for IMU update method.
1 2 | MadgwickAHRSupdateIMU(gxi, gyi, gzi, axi, ayi, azi, sampleFreqi, betai,
q0i, q1i, q2i, sampleFreq)
|
gxi |
Gyroscope x axis measurement in radians/s. |
gyi |
Gyroscope y axis measurement in radians/s. |
gzi |
Gyroscope z axis measurement in radians/s. |
axi |
Accelerometer x axis measurement in any calibrated units. |
ayi |
Accelerometer y axis measurement in any calibrated units. |
azi |
Accelerometer z axis measurement in any calibrated units. |
sampleFreqi |
Sample frequency. |
betai |
Algorithm gain beta. |
q0i |
Quaternion[0] |
q1i |
Quaternion[1] |
q2i |
Quaternion[2] |
sampleFreq |
Sample frequency. |
output quaternion describing the Earth relative to the sensor.
Jose Gama
S. O. H. Madgwick, An efficient orientation filter for inertial and inertial/magnetic sensor arrays, Technical report, University of. Bristol University, UK, 2010.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.