This commit is contained in:
raiot 2024-06-30 15:37:40 +08:00
parent be76d86db8
commit 319c2eebbd
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ class UAV:
time.sleep(1 / 30) time.sleep(1 / 30)
if __name__ == '__main__': if __name__ == '__main__':
uav = UAV() uav = UAV()
uav.run() uav.run()