Skip to content

Commit 879e3bf

Browse files
committed
adjust default PI parameters
1 parent cb03101 commit 879e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Source/arm_2d_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ arm_2d_helper_pi_slider_t *arm_2d_helper_pi_slider_init(
393393
/* the default parameter for PI control*/
394394
arm_2d_helper_pi_slider_cfg_t tCFG = {
395395
.fProportion = 0.2f,
396-
.fIntegration = 0.33f,
396+
.fIntegration = 0.3f,
397397
.nInterval = 20,
398398
};
399399

0 commit comments

Comments
 (0)