MissionPlanner
MissionPlanner copied to clipboard
TAKEOFF.py Script Error
I'm trying to run the TAKEOFF.py script in VsCode (found in MissionPlanner/Scripts/TAKEOFF.py). There's an error for "import System" (line 15) that say's "Import "System" could not be resolved Pylance [reportMissingImports]". I have tried researching this import error but I have not found anything yet.
import sys
import math
import clr
import time
import System
from System import Byte