1 #ifndef NPS_AUTOPILOT_H
2 #define NPS_AUTOPILOT_H
4 #include "generated/airframe.h"
14 #ifndef NPS_COMMANDS_NB
15 #if defined MOTOR_MIXING_NB_MOTOR
16 #define NPS_COMMANDS_NB MOTOR_MIXING_NB_MOTOR
18 #define NPS_COMMANDS_NB COMMANDS_NB
struct NpsAutopilot nps_autopilot
#define NPS_COMMANDS_NB
Number of commands sent to the FDM of NPS.
void nps_autopilot_run_step(double time)
void sim_overwrite_ahrs(void)
void nps_autopilot_run_systime_step(void)
double commands[NPS_COMMANDS_NB]
void sim_overwrite_ins(void)
void nps_autopilot_init(enum NpsRadioControlType type, int num_script, char *js_dev)