Skip to content
Snippets Groups Projects
Commit e221620a authored by Zhiying Li's avatar Zhiying Li
Browse files

divided the p constant pid

parent 4f61cba5
Branches
No related merge requests found
No preview for this file type
......@@ -18,9 +18,9 @@ seeking_speed = 120
LIDAR_Thres = 500 # mm
# PID Control in move2ball
kpx,kix,kdx = 1.5, 0.01, 0.6
kpx,kix,kdx = 0.75, 0.01, 0.6
# kpx,kix,kdx = 0.0, 0.00, 0.0
kpy,kiy,kdy = 1.2, 0.01, 0.6#1.2, 0.02, 0.6
kpy,kiy,kdy = 0.6, 0.01, 0.6#1.2, 0.02, 0.6
# kpy,kiy,kdy = 0.0, 0.0, 0.0
# PID Control in move2goal
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment