ChunkyPanda03 / Automated-Interfacing-with-Drone-Systems

Communicating with drone systems with mavlink. this code helps to with easy scripting drone control programs
MIT License
0 stars 1 forks source link

guided and mission complete check #4

Open ChunkyPanda03 opened 2 years ago

ChunkyPanda03 commented 2 years ago

need guided commands and mission complete commands need a completion check in order to see when a command like arm is complete so that way the next command is to be sent next

ChunkyPanda03 commented 2 years ago

use MAV_RESULT and MAV_MISSION_RESULT to complete this