Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
stabilization.h File Reference
#include "std.h"
#include "generated/airframe.h"
+ Include dependency graph for stabilization.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void stabilization_init (void)
 
void stabilization_filter_commands (void)
 

Variables

int32_t stabilization_cmd [COMMANDS_NB]
 Stabilization commands. More...
 

Detailed Description

General stabilization interface for rotorcrafts.

Definition in file stabilization.h.

Function Documentation

◆ stabilization_filter_commands()

void stabilization_filter_commands ( void  )

Definition at line 75 of file stabilization.c.

References MAX_PPRZ, stabilization_cmd, and update_second_order_low_pass_int().

Referenced by guidance_h_run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stabilization_init()

void stabilization_init ( void  )

Definition at line 55 of file stabilization.c.

References SecondOrderLowPass_int::i, init_second_order_low_pass_int(), and stabilization_cmd.

+ Here is the call graph for this function:

Variable Documentation

◆ stabilization_cmd