Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
example empty controller More...
#include <std.h>
Go to the source code of this file.
Functions | |
void | ctrl_module_init (void) |
void | guidance_module_enter (void) |
Entering the module (user switched to module) More... | |
void | guidance_module_run (bool in_flight) |
Main guidance loop. More... | |
Variables | |
float | ctrl_module_demo_pr_ff_gain |
float | ctrl_module_demo_pr_d_gain |
float | ctrl_module_demo_y_ff_gain |
float | ctrl_module_demo_y_d_gain |
example empty controller
Definition in file ctrl_module_innerloop_demo.h.
void ctrl_module_init | ( | void | ) |
Definition at line 46 of file ctrl_module_innerloop_demo.c.
void guidance_module_enter | ( | void | ) |
Entering the module (user switched to module)
Entering the module (user switched to module)
Definition at line 77 of file ctrl_module_innerloop_demo.c.
void guidance_module_run | ( | bool | in_flight | ) |
Main guidance loop.
[in] | in_flight | Whether we are in flight or not |
Definition at line 82 of file ctrl_module_innerloop_demo.c.
|
extern |
Definition at line 42 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().
|
extern |
Definition at line 41 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().
|
extern |
Definition at line 44 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().
|
extern |
Definition at line 43 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().