Adding information for Driving System 07/32007/3
authorRamasamy <ram.kannan@samsung.com>
Mon, 15 Dec 2014 03:49:38 +0000 (09:19 +0530)
committerRamasamy Kannan <ram.kannan@samsung.com>
Tue, 16 Dec 2014 07:38:34 +0000 (23:38 -0800)
Updating documentation for 'Orientation Computation based on driving system'
section in html documentation.

Change-Id: Ibb483e5ba4e658f1710bec934666a7696e5ab92c

src/sensor_fusion/design/documentation/sensor_fusion.htm

index 11a1b37..c1f9e3a 100755 (executable)
@@ -266,6 +266,19 @@ the same time they are computationally more efficient than using rotation matrix
 
 <h3>3.3. Orientation Computation Based on Driving System</h3>
 
+<p>The sensor data obtained from the driving system (gyroscope) given by (Gx, Gy, Gz)
+represents the calibrated angular rotation rate of the device in the 3-axes. Since
+the calibrated gyroscope data provides the rate of change of angle in each axis,
+the integration of the data acquired in each axis provides the orientation measure
+of the device. During integration of the gyroscope data the noise present in each
+instance of the measured data gets added up resulting in measured orientation
+affected by drift. First the measured gyroscope data is converted to a quaternion
+equivalent Qdriv [14, 15]. The initial value for the Qdriv is assigned based on the
+computed Qaid initial value (15). The quaternion differential which denotes the
+increment in rotation is computed by quaternion based multiplication [7, 9] of Qdriv
+with gyroscope sensor data as shown in (16). The symbol &odot; denotes quaternion
+based multiplication in the following equations.</p>
+
 <FIGURE>
 <center>
 <img src="./equation/equation_15.png" width="35%" height="3.5%">
@@ -278,6 +291,13 @@ the same time they are computationally more efficient than using rotation matrix
 </center>
 </FIGURE>
 
+<p>Equation (17) represents the integration of the quaternion difference value with
+the driving system quaternion to yield the measured quaternion value for that time
+instant [1]. The value 'dt' represents the sampling interval for the gyroscope sensor
+and '&Pi;' denotes the mathematical constant and denotes the ratio of a circle's
+circumference to its diameter and is approximately equal to 3.14159. The driving
+system quaternion is then normalized as shown in equation (18).</p>
+
 <FIGURE>
 <center>
 <img src="./equation/equation_17.png" width="35%" height="4%">