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

Go to the source code of this file.

Variables

 t2 = cos(yaw)
 
 t3 = sin(roll)
 
 t4 = sin(yaw)
 
 t5 = cos(roll)
 
 t6 = sin(pitch)
 
 t7 = cos(pitch)
 
 A0 [0][0] = t2*t7
 

Variable Documentation

◆ A0

A0[2][2] = t2*t7

Definition at line 7 of file Tbn_321.c.

◆ t2

t2 = cos(yaw)

Definition at line 1 of file Tbn_321.c.

◆ t3

t3 = sin(roll)

Definition at line 2 of file Tbn_321.c.

◆ t4

t4 = sin(yaw)

Definition at line 3 of file Tbn_321.c.

◆ t5

t5 = cos(roll)

Definition at line 4 of file Tbn_321.c.

◆ t6

t6 = sin(pitch)

Definition at line 5 of file Tbn_321.c.

◆ t7

t7 = cos(pitch)

Definition at line 6 of file Tbn_321.c.