32 #include "pprzlink/messages.h"
34 #include "generated/airframe.h"
41 #ifndef AOA_PWM_CHANNEL
42 #error "AOA_PWM_CHANNEL needs to be defined to use AOA_pwm module"
46 #ifndef AOA_PWM_PERIOD
47 #define AOA_PWM_PERIOD 4096
49 #ifndef AOA_PWM_OFFSET
51 #define AOA_PWM_OFFSET 1
53 #ifndef AOA_ANGLE_OFFSET
55 #define AOA_ANGLE_OFFSET M_PI
59 #define AOA_OFFSET 0.0f
63 #define AOA_FILTER 0.0f
67 #define AOA_SENS ((2.0f*M_PI)/AOA_PWM_PERIOD)
77 #define SEND_SYNC_AOA TRUE
86 #if PERIODIC_TELEMETRY
89 static void send_aoa(
struct transport_tx *trans,
struct link_device *
dev)
106 #if PERIODIC_TELEMETRY
112 static float prev_aoa = 0.0f;
137 sdLogWriteLog(
pprzLogFile,
"AOA_PWM: ANGLE(deg) RAW(int16)\n");
Periodic telemetry system header (includes downlink utility and generated code).
#define AOA_PWM_OFFSET
Some sensor may need an initial PWM offset (1 usec in the case of an MA3 sensor)
#define AOA_OFFSET
Default extra offset that can be ajusted from settings.
static void stateSetAngleOfAttack_f(float aoa)
Set angle of attack in radians (float).
Angle of Attack sensor on PWM.
void aoa_pwm_update(void)
float angle
Angle of attack in radians.
#define AOA_SENS
Default sensitivity (2*pi on a PWM of period AOA_PWM_PERIOD)
#define AOA_FILTER
Default filter value.
uint32_t raw
raw PWM value
#define DefaultPeriodic
Set default periodic telemetry.
static const struct usb_device_descriptor dev
float sens
sensitiviy, i.e. scale to conver raw to angle
#define DefaultChannel
SITL.
Common code for AP and FBW telemetry.
float filter
Filtering value [0-1] 0: no filtering 1: output is a constant value.
#define AOA_ANGLE_OFFSET
Default offset value (assuming 0 AOA is in the middle of the range)
static void send_aoa(struct transport_tx *trans, struct link_device *dev)
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
float offset
Angle of attack offset in radians.