|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
28 #ifndef CTRL_MODULE_INNERLOOP_DEMO_H_
29 #define CTRL_MODULE_INNERLOOP_DEMO_H_
41 #define GUIDANCE_H_MODE_MODULE_SETTING GUIDANCE_H_MODE_MODULE
44 #define GUIDANCE_V_MODE_MODULE_SETTING GUIDANCE_V_MODE_MODULE
void guidance_v_module_enter(void)
Entering the vertical module (user switched to module)
void guidance_v_module_run(bool in_flight)
void guidance_v_module_init(void)
float ctrl_module_demo_y_d_gain
float ctrl_module_demo_y_ff_gain
void guidance_h_module_read_rc(void)
Read the RC commands.
void guidance_h_module_enter(void)
Entering the horizontal module (user switched to module)
float ctrl_module_demo_pr_ff_gain
float ctrl_module_demo_pr_d_gain
void guidance_h_module_init(void)
Initialization of horizontal guidance module.
void guidance_h_module_run(bool in_flight)
Main guidance loop.