✨
This commit is contained in:
@ -52,9 +52,9 @@ def find_arucos(arlo):
|
|||||||
np.array([aruco]), 14.5, CAMERA_MATRIX, DIST_COEF
|
np.array([aruco]), 14.5, CAMERA_MATRIX, DIST_COEF
|
||||||
)[1][0][0]
|
)[1][0][0]
|
||||||
print(position)
|
print(position)
|
||||||
position = np.array([position[1], position[0]])
|
position = np.array([position[2], position[0]])
|
||||||
position[0] += 22.5
|
position[0] += 22.5
|
||||||
print(id_, position)
|
print(position)
|
||||||
aruco_dict[id_] = position
|
aruco_dict[id_] = position
|
||||||
|
|
||||||
if len(aruco_dict) >= 2:
|
if len(aruco_dict) >= 2:
|
||||||
|
Reference in New Issue
Block a user