Skip to content

Commit

Permalink
stabilization: Change static Q2 to account for recent change.
Browse files Browse the repository at this point in the history
  • Loading branch information
glowtape committed Jan 22, 2018
1 parent 5837cf6 commit bf5775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/Modules/Stabilization/stabilization.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static void initialize_lqg_controllers(float dT)

if (tau > 0.001f && beta > 6) {
/* Q matrix fixed for now. */
lqg[i] = lqg_create(i, beta, tau, dT, 0.00001, 0.5f);
lqg[i] = lqg_create(i, beta, tau, dT, 0.00001, 0.00013333f);
lqg_run_solver(lqg[i]);
}
}
Expand Down

0 comments on commit bf5775d

Please sign in to comment.