mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
care_free_heading in stabilization.c
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
|
||||
int32_t stabilization_cmd[COMMANDS_NB];
|
||||
|
||||
float care_free_heading = 0;
|
||||
|
||||
void stabilization_init(void) {
|
||||
#ifndef STABILIZATION_SKIP_RATE
|
||||
stabilization_none_init();
|
||||
|
||||
@@ -58,8 +58,6 @@ struct Int32Eulers stabilization_att_sum_err;
|
||||
int32_t stabilization_att_fb_cmd[COMMANDS_NB];
|
||||
int32_t stabilization_att_ff_cmd[COMMANDS_NB];
|
||||
|
||||
float care_free_heading = 0;
|
||||
|
||||
#define IERROR_SCALE 1024
|
||||
#define GAIN_PRESCALER_FF 48
|
||||
#define GAIN_PRESCALER_P 48
|
||||
|
||||
Reference in New Issue
Block a user