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

example vertical More...

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

Go to the source code of this file.

Data Structures

struct  VerticalCtrlDemo
 

Macros

#define GUIDANCE_H_MODE_MODULE_SETTING   GUIDANCE_H_MODE_HOVER
 
#define GUIDANCE_V_MODE_MODULE_SETTING   GUIDANCE_V_MODE_MODULE
 

Functions

void guidance_v_module_init (void)
 
void guidance_v_module_enter (void)
 Entering the vertical module (user switched to module) More...
 
void guidance_v_module_run (bool in_flight)
 

Variables

struct VerticalCtrlDemo v_ctrl
 

Detailed Description

example vertical

Implements an example vertical controller in a module.

Definition in file vertical_ctrl_module_demo.h.


Data Structure Documentation

◆ VerticalCtrlDemo

struct VerticalCtrlDemo

Definition at line 33 of file vertical_ctrl_module_demo.h.

Data Fields
float agl
float igain
float pgain
float setpoint
float sum_err

Macro Definition Documentation

◆ GUIDANCE_H_MODE_MODULE_SETTING

#define GUIDANCE_H_MODE_MODULE_SETTING   GUIDANCE_H_MODE_HOVER

Definition at line 44 of file vertical_ctrl_module_demo.h.

◆ GUIDANCE_V_MODE_MODULE_SETTING

#define GUIDANCE_V_MODE_MODULE_SETTING   GUIDANCE_V_MODE_MODULE

Definition at line 47 of file vertical_ctrl_module_demo.h.

Function Documentation

◆ guidance_v_module_enter()

void guidance_v_module_enter ( void  )

Entering the vertical module (user switched to module)

Entering the vertical module (user switched to module)

Definition at line 111 of file ctrl_module_innerloop_demo.c.

References des_inputs, MAX_PPRZ, OpticalFlowLanding::nominal_thrust, OpticalFlowHoverControl::nominal_value, of_hover_ctrl_Z, of_landing_ctrl, reset_all_vars(), reset_vertical_vars(), stabilization_cmd, VerticalCtrlDemo::sum_err, DesiredInputs::thrust, thrust_set, and v_ctrl.

Referenced by guidance_v_mode_changed().

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

◆ guidance_v_module_init()

void guidance_v_module_init ( void  )

Definition at line 105 of file ctrl_module_innerloop_demo.c.

References vertical_ctrl_module_init().

Referenced by guidance_v_init().

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

◆ guidance_v_module_run()

void guidance_v_module_run ( bool  in_flight)

Definition at line 656 of file optical_flow_hover.c.

References vertical_ctrl_module_run().

+ Here is the call graph for this function:

Variable Documentation

◆ v_ctrl