This commit is contained in:
NikolajDanger
2022-10-10 15:04:48 +02:00
parent 1c5a0edc0b
commit 27f039059f

View File

@ -278,7 +278,7 @@ try:
cv2.imshow(WIN_World, world)
print(est_pose.x, est_pose.y, est_pose.theta)
# drive_towards_middle(est_pose, arlo)
drive_towards_middle(est_pose, arlo)
finally: