MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

TAKEOFF.py Script Error

Open cybersaurusx opened this issue 3 years ago • 0 comments

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

cybersaurusx avatar Jun 21 '22 18:06 cybersaurusx