We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a65ef commit 08c09f0Copy full SHA for 08c09f0
src/MAVez/flight_controller.py
@@ -1,5 +1,5 @@
1
# flight_controller.py
2
-# version: 3.1.1
+# version: 3.1.2
3
# Original Author: Theodore Tasman
4
# Creation Date: 2025-01-30
5
# Last Modified: 2026-03-26
@@ -45,8 +45,6 @@ class FlightController(Controller):
45
UNKNOWN_MODE_ERROR = 111 # Unknown mode error code
46
INVALID_MISSION_ERROR = 301 # Invalid mission error code
47
48
- from typing import Literal
49
-
50
def __init__(self, connection_string: str="tcp:127.0.0.1:5762",
51
baud: int=57600,
52
logger: Logger|None=None,
0 commit comments