Skip to content

Commit 4739e7e

Browse files
committed
Finish_drawing - Destroying opencv window after landing.
1 parent ea9cb63 commit 4739e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def tello_main(args):
9393
# Finish drawing
9494
drone_processor.finish_drawing()
9595

96+
cv2.destroyAllWindows()
97+
9698

9799
def main(args):
98100
image_source = args.image_source

0 commit comments

Comments
 (0)