Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nps_autopilot_fixedwing.c File Reference
#include "nps_autopilot.h"
#include "nps_sensors.h"
#include "nps_radio_control.h"
#include "nps_electrical.h"
#include "nps_fdm.h"
#include "subsystems/radio_control.h"
#include "subsystems/imu.h"
#include "mcu_periph/sys_time.h"
#include "state.h"
#include "subsystems/commands.h"
#include "subsystems/abi.h"
#include "autopilot.h"
#include "subsystems/datalink/datalink.h"
#include <stdio.h>
#include "subsystems/gps.h"
+ Include dependency graph for nps_autopilot_fixedwing.c:

Go to the source code of this file.

Macros

#define Fbw(f)
 
#define Ap(f)
 
#define NPS_BYPASS_AHRS   FALSE
 
#define NPS_BYPASS_INS   FALSE
 

Functions

void nps_autopilot_init (enum NpsRadioControlType type_rc, int num_rc_script, char *rc_dev)
 
void nps_autopilot_run_systime_step (void)
 
void nps_autopilot_run_step (double time)
 
void sim_overwrite_ahrs (void)
 
void sim_overwrite_ins (void)
 

Variables

struct NpsAutopilot nps_autopilot
 
bool nps_bypass_ahrs
 
bool nps_bypass_ins
 

Macro Definition Documentation

#define Ap (   f)

Definition at line 36 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init(), and nps_autopilot_run_step().

#define Fbw (   f)

Definition at line 29 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init(), and nps_autopilot_run_step().

#define NPS_BYPASS_AHRS   FALSE

Definition at line 68 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init().

#define NPS_BYPASS_INS   FALSE

Definition at line 72 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init().

Function Documentation

void nps_autopilot_init ( enum NpsRadioControlType  type_rc,
int  num_rc_script,
char *  rc_dev 
)
void nps_autopilot_run_systime_step ( void  )

Definition at line 98 of file nps_autopilot_fixedwing.c.

References sys_tick_handler().

+ Here is the call graph for this function:

void sim_overwrite_ahrs ( void  )

Definition at line 253 of file nps_autopilot_fixedwing.c.

References NpsFdm::body_ecef_rotvel, fdm, NpsFdm::ltp_to_body_quat, QUAT_COPY, RATES_COPY, stateSetBodyRates_f(), and stateSetNedToBodyQuat_f().

Referenced by nps_autopilot_run_step().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

struct NpsAutopilot nps_autopilot

Definition at line 63 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init(), and nps_autopilot_run_step().

bool nps_bypass_ahrs

Definition at line 64 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init(), and nps_autopilot_run_step().

bool nps_bypass_ins

Definition at line 65 of file nps_autopilot_fixedwing.c.

Referenced by nps_autopilot_init(), and nps_autopilot_run_step().