unl-nimbus-lab / pymavswarm

Python library used to safely control drone swarms and drone fleets with MAVLink
https://pymavswarm.readthedocs.io
GNU General Public License v3.0
17 stars 5 forks source link

Add an All-In-One Takeoff Command #48

Closed evan-palmer closed 2 years ago

evan-palmer commented 2 years ago

Is your feature request related to a problem? Please describe. Users currently need to send a command to switch to arm, then guided, then takeoff. This can be difficult to accomplish quickly and in a usable way.

Describe the solution you'd like Add support for a command that performs all of these steps in a single command.