From d100f7e8201aa8cfa7739c5b67341629d5c17b75 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 15 Nov 2025 14:02:10 +0100 Subject: [PATCH] Add space --- tello_sim/ursina_adapter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tello_sim/ursina_adapter.py b/tello_sim/ursina_adapter.py index 34c6670..418cd88 100644 --- a/tello_sim/ursina_adapter.py +++ b/tello_sim/ursina_adapter.py @@ -786,6 +786,7 @@ class UrsinaAdapter(): def _motion_complete_callback(self): self.is_moving = False self._execute_next_command() + def land(self) -> None: if self.is_moving: print("Tello Simulator: Movement in progress. Deferring landing...")