✨
This commit is contained in:
@ -258,6 +258,8 @@ try:
|
|||||||
print("est_weight:", est_weight)
|
print("est_weight:", est_weight)
|
||||||
print("certainty:", certainty)
|
print("certainty:", certainty)
|
||||||
if est_weight > 1:
|
if est_weight > 1:
|
||||||
|
draw_world(est_pose, particles, world)
|
||||||
|
cv2.imwrite("test.png", world)
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
arlo.go_diff(POWER, POWER, 0, 1)
|
arlo.go_diff(POWER, POWER, 0, 1)
|
||||||
|
Reference in New Issue
Block a user