Skip to content

Commit

Permalink
Update judge.py
Browse files Browse the repository at this point in the history
update API endpoint
  • Loading branch information
Apolo151 authored Apr 18, 2024
1 parent 8109ae3 commit 1cc8232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car_demo/scripts/judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'''Global variables'''
FINAL_X, FINAL_Y, FINAL_Z = 70.16, -416.83 , -4.47
CHECKPOINTS_LIST = [[152.16,-434.83,-3.237],[48.6,-471.2,-4.53],[-37.3,-420.7,-6.71]]
API_URL = 'https://wicked-pink-cormorant.cyclic.app/scores'
API_URL = 'https://alert-tuna-tutu.cyclic.app/autonomous-race/submissions'
HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
'''-----------------'''

Expand Down

0 comments on commit 1cc8232

Please sign in to comment.