Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
ctrl_module_innerloop_demo.h File Reference

example empty controller More...

#include <std.h>
+ Include dependency graph for ctrl_module_innerloop_demo.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

example empty controller

Definition in file ctrl_module_innerloop_demo.h.

Function Documentation

◆ ctrl_module_init()

void ctrl_module_init ( void  )

Definition at line 46 of file ctrl_module_innerloop_demo.c.

◆ guidance_module_enter()

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.

◆ guidance_module_run()

void guidance_module_run ( bool  in_flight)

Main guidance loop.

Parameters
[in]in_flightWhether we are in flight or not

Definition at line 82 of file ctrl_module_innerloop_demo.c.

Variable Documentation

◆ ctrl_module_demo_pr_d_gain

float ctrl_module_demo_pr_d_gain
extern

Definition at line 42 of file ctrl_module_innerloop_demo.c.

Referenced by ctrl_module_run().

◆ ctrl_module_demo_pr_ff_gain

float ctrl_module_demo_pr_ff_gain
extern

Definition at line 41 of file ctrl_module_innerloop_demo.c.

Referenced by ctrl_module_run().

◆ ctrl_module_demo_y_d_gain

float ctrl_module_demo_y_d_gain
extern

Definition at line 44 of file ctrl_module_innerloop_demo.c.

Referenced by ctrl_module_run().

◆ ctrl_module_demo_y_ff_gain

float ctrl_module_demo_y_ff_gain
extern

Definition at line 43 of file ctrl_module_innerloop_demo.c.

Referenced by ctrl_module_run().