From d922439f490393fb2e0404e66e760b6e2a840711 Mon Sep 17 00:00:00 2001 From: Abdullah Kamal <92479979+dullahgtt@users.noreply.github.com> Date: Wed, 6 Jul 2022 16:24:24 -0500 Subject: [PATCH] Update simulator.py From he looks of it, just changing the library to the better djitellopy library, the simulator still works perfectly. Please let me know if it does not work. --- tello_sim/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tello_sim/simulator.py b/tello_sim/simulator.py index 3bdb7d6..0fdbbc9 100644 --- a/tello_sim/simulator.py +++ b/tello_sim/simulator.py @@ -5,7 +5,7 @@ import numpy as np import pandas as pd -from easytello import Tello +from djitellopy import Tello class Simulator():