Skip to content

Commit

Permalink
care_free_heading in stabilization.c
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoudSmeur committed Mar 9, 2013
1 parent 7636a96 commit 820f6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sw/airborne/firmwares/rotorcraft/stabilization.c
Expand Up @@ -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();
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 820f6d9

Please sign in to comment.