Skip to content
Snippets Groups Projects
Commit cbe292b1 authored by Marcos Mendes's avatar Marcos Mendes
Browse files

Changed latitude

parent 07cdcc98
Branches
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ while True:
"height": int(boxes[ind][3]-boxes[ind][1])
},
"latitude": tracking_dic["gps"][global_ids[ind]][0],
"longitude": tracking_dic["gps"][global_ids[ind]][0],
"longitude": tracking_dic["gps"][global_ids[ind]][1],
"heading": None,
"speed": None,
"event": ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment