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

Integrate argument to ignore specific IDs #102

Closed evan-palmer closed 2 years ago

evan-palmer commented 2 years ago

Checklist

Changes Made

The changes made in this PR implement support for specifying agent IDs, system IDs, and component IDs that should be ignored by the system.

Associated Issues

Files Changes

Testing

Tests conducted included verifying that all unit tests and linters passed and hardware tests with a physical agent.

Issues Introduced

N/A