This commit is contained in:
2026-01-14 23:36:40 +08:00
parent fcbd2af197
commit ce78a98f46
+1 -1
View File
@@ -201,7 +201,7 @@ def auto_land_predictive(host='localhost', port=50000, target_altitude=0.5, targ
vessel.control.throttle = 0.0 vessel.control.throttle = 0.0
except Exception: except Exception:
pass pass
time.sleep(0.05) time.sleep(0.01)
# 点火 # 点火
try: try: