Skip to content

Commit

Permalink
#234: Add some ki to Z PID position loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jun 26, 2017
1 parent b5c16d1 commit 67fc9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/src/position_controller_pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static struct this_s this = {
.pidZ = {
.init = {
.kp = 2.0f,
.ki = 0,
.ki = 0.5,
.kd = 0,
},
.pid.dt = DT,
Expand Down

0 comments on commit 67fc9bd

Please sign in to comment.