mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
[fixedwing] stabilization_adaptive: USE_GYRO_PITCH_RATE defaults to TRUE
This commit is contained in:
@@ -143,6 +143,10 @@ inline static void h_ctl_pitch_loop( void );
|
||||
#define H_CTL_PITCH_KFFD 0.
|
||||
#endif
|
||||
|
||||
#ifndef USE_GYRO_PITCH_RATE
|
||||
#define USE_GYRO_PITCH_RATE TRUE
|
||||
#endif
|
||||
|
||||
#if PERIODIC_TELEMETRY
|
||||
#include "subsystems/datalink/telemetry.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user