Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
state2camera.c File Reference
+ Include dependency graph for state2camera.c:

Go to the source code of this file.

Functions

void write_serial_rot ()
 

Variables

static int frame_number_sending = 0
 
float lastKnownHeight = 0.0
 
int pleaseResetOdroid = 0
 

Detailed Description

Author
Roland Sends rotation using the stereoboard protocol over the UART.

Definition in file state2camera.c.

Function Documentation

void write_serial_rot ( void  )

Definition at line 35 of file state2camera.c.

References State::alt_agl_f, frame_number_sending, Int32RMat::m, state, stateGetNedToBodyRMat_i(), and stereoprot_sendArray().

+ Here is the call graph for this function:

Variable Documentation

int frame_number_sending = 0
static

Definition at line 31 of file state2camera.c.

Referenced by write_serial_rot().

float lastKnownHeight = 0.0

Definition at line 32 of file state2camera.c.

int pleaseResetOdroid = 0

Definition at line 33 of file state2camera.c.