This commit is contained in:
NikolajDanger
2022-10-26 13:42:20 +02:00
parent 616d902ee2
commit b636440409

View File

@ -232,6 +232,7 @@ def main():
cam = camera.Camera(0, 'arlo', useCaptureThread=True)
for landmark in landmark_order:
print(f"Going to landmark {landmark}")
while True:
particles, est_pose = look_around(noah, particles, cam, est_pose)
particles, est_pose = turn_towards_landmark(