Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "subsystems/ahrs/ahrs_float_dcm.h"
Go to the source code of this file.
Macros | |
#define | PRIMARY_AHRS ahrs_dcm |
Functions | |
void | ahrs_dcm_register (void) |
Paparazzi specific wrapper to run floating point DCM filter.
Definition in file ahrs_float_dcm_wrapper.h.
#define PRIMARY_AHRS ahrs_dcm |
Definition at line 33 of file ahrs_float_dcm_wrapper.h.
void ahrs_dcm_register | ( | void | ) |
Definition at line 198 of file ahrs_float_dcm_wrapper.c.
References ABI_BROADCAST, accel_cb(), accel_ev, ahrs_dcm_enable_output(), AHRS_DCM_GPS_ID, AHRS_DCM_IMU_ID, ahrs_dcm_init(), AHRS_DCM_MAG_ID, AHRS_DCM_OUTPUT_ENABLED, ahrs_dcm_output_enabled, ahrs_register_impl(), aligner_cb(), aligner_ev, body_to_imu_cb(), body_to_imu_ev, DefaultPeriodic, gps_cb(), gps_ev, gyro_cb(), gyro_ev, mag_cb(), mag_ev, register_periodic_telemetry(), and send_filter_status().