From 8174c2511bb53553390d008473cc190921be9f0e Mon Sep 17 00:00:00 2001 From: Zhaoliang <zhz03@g.ucla.edu> Date: Wed, 10 Nov 2021 11:28:37 -0800 Subject: [PATCH] add url_gb and url_AT to constants --- Code/Control/Laptop_Code/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Control/Laptop_Code/constants.py b/Code/Control/Laptop_Code/constants.py index 4bf80a3..cf107ee 100644 --- a/Code/Control/Laptop_Code/constants.py +++ b/Code/Control/Laptop_Code/constants.py @@ -58,5 +58,5 @@ kph,kih,kdh = 1.2,0.01,0.5 # Break between AT detection during ball seeking AT_detectBreak = 60 - +url_AT = 'http://10.0.0.5/cam-hi.jpg' # 1 url_gb = 'http://10.0.0.4/cam-hi.jpg' # 6 \ No newline at end of file -- GitLab