Skip to content
Snippets Groups Projects
Commit 8bf9ffe8 authored by Aaron John Sabu's avatar Aaron John Sabu
Browse files

Final merge after second debug

parent 9039f3b1
No related merge requests found
......@@ -61,7 +61,7 @@ def get_AT_6DOF_info(url, detectFlag = True):
print("Detected TID: ", tid)
if tid in leftSideAT:
ttx, tty, ttz = r.pose_t
if (ttz < closest_tag):
if (ttz < closest_tag_dist):
closest_tag_dist = ttz
tx, ty, tz = r.pose_t # in meters
rx,ry,rz = r.pose_R
......
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