borisdayma / CarND-Capstone

Programming a self-driving car
3 stars 4 forks source link

PID values of throttle/brake need to be refined #28

Closed borisdayma closed 6 years ago

borisdayma commented 6 years ago

We should investigate values of kd, kp and ki for each pid based on the contribution of proportional, integral and derivative terms to the total PID. Also max/min of pid need to be checked.