PX4 Firmware
PX4 Autopilot Software http://px4.io
calcH_YAW312.c File Reference

Go to the source code of this file.

Variables

 t9 = q0*q3
 
 t10 = q1*q2
 
 t2 = t9-t10
 
 t3 = q0*q0
 
 t4 = q1*q1
 
 t5 = q2*q2
 
 t6 = q3*q3
 
 t7 = t3-t4+t5-t6
 
 t8 = 1.0/(t7*t7)
 
 t11 = t2*t2
 
 t12 = t8*t11*4.0
 
 t13 = t12+1.0
 
 t14 = 1.0/t13
 
 A0 [0][0] = t8*t14*(q3*t3+q3*t4-q3*t5+q3*t6-q0*q1*q2*2.0)*-2.0
 

Variable Documentation

◆ A0

A0[0][3] = t8*t14*(q3*t3+q3*t4-q3*t5+q3*t6-q0*q1*q2*2.0)*-2.0

Definition at line 14 of file calcH_YAW312.c.

Referenced by main(), and MatrixTest::pseudoInverseTests().

◆ t10

◆ t11

◆ t12

◆ t13

◆ t14

◆ t2

◆ t3

◆ t4

◆ t5

◆ t6

◆ t7

◆ t8

◆ t9