Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
Fixedwing specific autopilot interface and initialization. More...
Go to the source code of this file.
Macros | |
#define | LATERAL_MODE_MANUAL 0 |
#define | LATERAL_MODE_ROLL_RATE 1 |
#define | LATERAL_MODE_ROLL 2 |
#define | LATERAL_MODE_COURSE 3 |
#define | LATERAL_MODE_NB 4 |
Functions | |
void | autopilot_firmware_init (void) |
Init function. More... | |
Variables | |
uint8_t | lateral_mode |
struct Electrical | ap_electrical |
uint8_t | mcu1_status |
Second MCU status (FBW part) More... | |
Fixedwing specific autopilot interface and initialization.
Definition in file autopilot_firmware.h.
#define LATERAL_MODE_COURSE 3 |
Definition at line 39 of file autopilot_firmware.h.
Referenced by fly_to_xy(), h_ctl_guidance_loop(), and navigation_task().
#define LATERAL_MODE_MANUAL 0 |
Definition at line 36 of file autopilot_firmware.h.
Referenced by autopilot_static_init().
#define LATERAL_MODE_NB 4 |
Definition at line 40 of file autopilot_firmware.h.
#define LATERAL_MODE_ROLL 2 |
Definition at line 38 of file autopilot_firmware.h.
Referenced by collective_tracking_control(), fly_to_xy(), gvf_control_2D(), nav_without_gps(), and v_ctl_landing_loop().
#define LATERAL_MODE_ROLL_RATE 1 |
Definition at line 37 of file autopilot_firmware.h.
void autopilot_firmware_init | ( | void | ) |
Init function.
Definition at line 114 of file autopilot_firmware.c.
struct Electrical ap_electrical |
Definition at line 36 of file autopilot_firmware.c.
Referenced by attitude_loop(), autopilot_firmware_init(), autopilot_generated_on_rc_frame(), autopilot_static_on_rc_frame(), monitor_task(), send_energy(), and v_ctl_guidance_loop().
uint8_t lateral_mode |
Definition at line 38 of file autopilot_firmware.c.
Referenced by autopilot_static_init(), collective_tracking_control(), fly_to_xy(), gvf_control_2D(), h_ctl_guidance_loop(), nav_without_gps(), navigation_task(), send_mode(), and v_ctl_landing_loop().
uint8_t mcu1_status |
Second MCU status (FBW part)
Definition at line 39 of file autopilot_firmware.c.
Referenced by mcu1_status_update(), and send_mode().