"I had a similar issue when importing numpy. I redirected the directory (see code below) to the location where numpy lives, which got me past the "No module named numpy" error. However I now get the error "System.InsufficientMemoryException". From…"
"I am actually working on an identical project (autonomous tracking using visual targets). I am trying to have a fixed wing aircraft search for the known target and then loiter around it while maintaining visual. The wall I am hitting right now is…"
Is there a way to set a "Region of Interest" (ROI), "Point of Interest" (POI), or send a "Point Camera Here" command to Mission Planner from a python script?I have a python script allows me to set guided points based on external information (other…