Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ctrl_module_outerloop_demo.h File Reference

example empty controller More...

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

Go to the source code of this file.

Macros

#define GUIDANCE_H_MODE_MODULE_SETTING   GUIDANCE_H_MODE_MODULE
 
#define GUIDANCE_V_MODE_MODULE_SETTING   GUIDANCE_V_MODE_HOVER
 

Functions

void guidance_h_module_init (void)
 Initialization of horizontal guidance module. More...
 
void guidance_h_module_enter (void)
 Entering the horizontal module (user switched to module) More...
 
void guidance_h_module_read_rc (void)
 Read the RC commands. More...
 
void guidance_h_module_run (bool in_flight)
 Main guidance loop. More...
 

Variables

float comode_time
 

Detailed Description

example empty controller

Definition in file ctrl_module_outerloop_demo.h.

Macro Definition Documentation

#define GUIDANCE_H_MODE_MODULE_SETTING   GUIDANCE_H_MODE_MODULE

Definition at line 37 of file ctrl_module_outerloop_demo.h.

#define GUIDANCE_V_MODE_MODULE_SETTING   GUIDANCE_V_MODE_HOVER

Definition at line 40 of file ctrl_module_outerloop_demo.h.

Function Documentation

void guidance_h_module_enter ( void  )

Entering the horizontal module (user switched to module)

Entering the horizontal module (user switched to module)

Definition at line 85 of file ctrl_module_innerloop_demo.c.

void guidance_h_module_init ( void  )

Initialization of horizontal guidance module.

Definition at line 80 of file ctrl_module_innerloop_demo.c.

void guidance_h_module_read_rc ( void  )

Read the RC commands.

Definition at line 90 of file ctrl_module_innerloop_demo.c.

void guidance_h_module_run ( bool  in_flight)

Main guidance loop.

Parameters
[in]in_flightWhether we are in flight or not

Definition at line 99 of file ctrl_module_innerloop_demo.c.

Variable Documentation

float comode_time

Definition at line 48 of file ctrl_module_outerloop_demo.c.