You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with MAVSDK for my senior capstone project. Tested multiple functions with MAVSDK such as arming the drone and the Take Off and Land example given in the MAVSDK Python GitHub Page. Currently, I am able to import a Q Ground Control Mission, but I am having issues to actually begin that flight mission. Figured I should just be able to run the "start_mission()" function but no luck and I am stuck. Any help would be appreciated!