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

Resolve errors in `goto` command #91

Closed evan-palmer closed 2 years ago

evan-palmer commented 2 years ago

Checklist

Changes Made

This PR resolves issues in commanding agents to a target location using the goto command, introduces support for setting the coordinate frame for a goto command, and provides a method for creating pre-planned missions.

Associated Issues

Closes #77

Files Changes

Testing

Testing performed included integration testing and field deployment tests. Field deployment tests were conducted using the DJI Flamewheel 450 with RFD900 radios configured using multi-point 3 firmware.

Issues Introduced