✨
This commit is contained in:
@ -40,7 +40,7 @@ def find_aruco(image):
|
|||||||
def find_arucos(arlo):
|
def find_arucos(arlo):
|
||||||
aruco_dict = {}
|
aruco_dict = {}
|
||||||
theta = np.deg2rad(-20)
|
theta = np.deg2rad(-20)
|
||||||
rot = [[[cos(theta), -sin(theta)], [sin(theta), cos(theta)]]]
|
rot = [[cos(theta), -sin(theta)], [sin(theta), cos(theta)]]
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
arucos = find_aruco(arlo.take_photo())
|
arucos = find_aruco(arlo.take_photo())
|
||||||
|
Reference in New Issue
Block a user