Syntax Fixes

This commit is contained in:
2026-01-07 21:09:42 +00:00
parent b5b214e8b4
commit a417c52116
3 changed files with 7 additions and 7 deletions

View File

@@ -264,7 +264,7 @@ def main():
print(f" Size: {args.size}m")
print("=" * 50 + "\n")
drone = SimpleDroneController(args.connection)
drone = DroneController(args.connection)
if not drone.connect():
print("\n[ERROR] Could not connect to SITL")