Skip to content

Commit 2ebf134

Browse files
committed
Change boat default parameter
1 parent db9c8d3 commit 2ebf134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/control/boat_controller/control_interface.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ static param_t __param_list[] = {
3535
PARAM_FLOAT(VEL_P, 0.5, false),
3636
PARAM_FLOAT(VEL_I, 0.1, false),
3737
PARAM_FLOAT(VEL_D, 0.0, false),
38-
PARAM_FLOAT(VEL_I_MAX, 0.2, false),
39-
PARAM_FLOAT(VEL_I_MIN, -0.2, false),
38+
PARAM_FLOAT(VEL_I_MAX, 0.6, false),
39+
PARAM_FLOAT(VEL_I_MIN, -0.6, false),
4040
PARAM_FLOAT(VEL_D_MAX, 0.1, false),
4141
PARAM_FLOAT(VEL_D_MIN, -0.1, false),
4242
PARAM_FLOAT(PSI_RATE_P, 1.0, false),

0 commit comments

Comments
 (0)