Move the client out of the simulator

This commit is contained in:
Andrew Johnson
2025-11-22 09:44:34 +01:00
parent d100f7e820
commit f6035231c0
17 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ import os
import cv2
import time
import numpy as np
from tello_sim.tello_sim_client import TelloSimClient
from tello_sim_client import TelloSimClient
# Initialize and connect
tello = TelloSimClient()