30#ifndef AUTOPILOT_STATIC_H
31#define AUTOPILOT_STATIC_H
36#define AP_MODE_FAILSAFE 1
38#define AP_MODE_RATE_DIRECT 3
39#define AP_MODE_ATTITUDE_DIRECT 4
40#define AP_MODE_RATE_RC_CLIMB 5
41#define AP_MODE_ATTITUDE_RC_CLIMB 6
42#define AP_MODE_ATTITUDE_CLIMB 7
43#define AP_MODE_RATE_Z_HOLD 8
44#define AP_MODE_ATTITUDE_Z_HOLD 9
45#define AP_MODE_HOVER_DIRECT 10
46#define AP_MODE_HOVER_CLIMB 11
47#define AP_MODE_HOVER_Z_HOLD 12
49#define AP_MODE_RC_DIRECT 14
50#define AP_MODE_CARE_FREE_DIRECT 15
51#define AP_MODE_FORWARD 16
52#define AP_MODE_GUIDED 19
58#define MODE_MANUAL AP_MODE_ATTITUDE_DIRECT
61#define MODE_AUTO1 AP_MODE_HOVER_Z_HOLD
64#define MODE_AUTO2 AP_MODE_NAV
void autopilot_static_init(void)
Static autopilot functions.
void autopilot_static_periodic(void)
void autopilot_static_SetModeHandler(float new_autopilot_mode)
AP mode setting handler.
void autopilot_static_set_motors_on(bool motors_on)
void autopilot_static_on_rc_frame(void)
Function to be called when a message from FBW is available.
void autopilot_static_set_mode(uint8_t new_autopilot_mode)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.