Skip to content

Commit f62394f

Browse files
controller changes
1 parent 26334d5 commit f62394f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Control Tasks/MotorControlTask.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MotorControlTask {
3030
double time_prev = 0.0;
3131

3232
double Kd = 50;
33-
double Kp = 1000;
33+
double Kp = 10000;
3434
double proportional = 0.0;
3535
double derivative = 0.0;
3636
double pulse_width = 0.0;

0 commit comments

Comments
 (0)