mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
removed sending of old gyro rates, use the IMU_GYRO message instead
This commit is contained in:
@@ -132,14 +132,8 @@
|
||||
|
||||
#define PERIODIC_SEND_ADC(_chan) {}
|
||||
|
||||
#ifdef IDG300
|
||||
#include "gyro.h"
|
||||
#define PERIODIC_SEND_GYRO_RATES(_chan) DOWNLINK_SEND_GYRO_RATES(_chan, &roll_rate_adc, &estimator_p, &estimator_q)
|
||||
#elif defined ADXRS150
|
||||
#define PERIODIC_SEND_GYRO_RATES(_chan) DOWNLINK_SEND_GYRO_RATES(_chan, &roll_rate_adc, &estimator_p, &temp_comp)
|
||||
#else
|
||||
#define PERIODIC_SEND_GYRO_RATES(_chan) {}
|
||||
#endif
|
||||
|
||||
|
||||
#define PERIODIC_SEND_CALIBRATION(_chan) DOWNLINK_SEND_CALIBRATION(_chan, &v_ctl_auto_throttle_sum_err, &v_ctl_auto_throttle_submode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user