Skip to content

Commit c4f4a00

Browse files
committed
test
1 parent 35748de commit c4f4a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PiSideCode/processing/pose_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def get_pose(
249249
pose1 = pose2 = PoseProcessor.BAD_POSE
250250
ambig = 2767
251251

252-
return ((pose1, pose2), ids, ambig)
252+
return ((pose1, pose2), ids, tagCorners, ambig)
253253
else:
254254
# Grab the rotation matrix and find the translation vector
255255
rot_mat, _ = cv2.Rodrigues(rvecs)

0 commit comments

Comments
 (0)