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

upload new constants based on the field test

parent d3c2200b
No related merge requests found
......@@ -30,15 +30,15 @@ Bmin = 31
Bmax = 127
threshold = [Lmin, Lmax, Amin, Amax, Bmin, Bmax]
base_speed = 120
base_speed = 100
seeking_speed = 50
LIDAR_Thres = 300 # mm
# PID Control in move2ball
kpx,kix,kdx = 1.2, 0.01, 0.5
kpx,kix,kdx = 0.8, 0.01, 0.2
# kpx,kix,kdx = 0.0, 0.00, 0.0
kpy,kiy,kdy = 1.2, 0.05, 0.9
kpy,kiy,kdy = 0.9, 0.1, 0.2
# kpy,kiy,kdy = 0.0, 0.0, 0.0
# PID Control in move2goal
......@@ -59,7 +59,7 @@ kph,kih,kdh = 1.2,0.01,0.5
AT_detectBreak = 60
url_gb = 'http://10.0.0.2/cam-hi.jpg'
url_AT = 'http://10.0.0.6/cam-hi.jpg'
url_AT = 'http://10.0.0.4/cam-hi.jpg'
ml = 1
esp_cam_on = 1
......
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