Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
commands.c File Reference

Hardware independent data structures for commands handling. More...

+ Include dependency graph for commands.c:

Go to the source code of this file.

Variables

pprz_t commands [COMMANDS_NB]
 Storage of intermediate command values. More...
 
const pprz_t commands_failsafe [COMMANDS_NB] = COMMANDS_FAILSAFE
 

Detailed Description

Hardware independent data structures for commands handling.

Definition in file commands.c.

Variable Documentation

◆ commands

pprz_t commands[COMMANDS_NB]

Storage of intermediate command values.

These values come from the RC (MANUAL mode), from the autopilot (AUTO mode) or from control loops. They are asyncronisly used to set the servos

Definition at line 30 of file commands.c.

◆ commands_failsafe

const pprz_t commands_failsafe[COMMANDS_NB] = COMMANDS_FAILSAFE

Definition at line 31 of file commands.c.

Referenced by autopilot_static_periodic(), fbw_on_rc_frame(), init_fbw(), and main_periodic().