pymavswarm
pymavswarm copied to clipboard
Python library used to safely control drone swarms and drone fleets with MAVLink
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...
**Is your feature request related to a problem? Please describe.** Users are currently required to have a full hardware setup to be able to test their algorithms and implementation. This...
## Describe the bug When the MAVLink connection is made, disconnected, and then reconnected, a runtime error is raised preventing restart. ## To Reproduce Steps to reproduce the behavior: 1....
## Is your feature request related to a problem? Please describe With the introduction of multiple frames, requesting locations in only latitude, longitude, and altitude can be confusing for developers....
**Is your feature request related to a problem? Please describe.** There is currently no support to create missions (series of waypoints) for agents **Describe the solution you'd like** Add an...
## Is your feature request related to a problem? Please describe Most acknowledgement messages provided additional information regarding the result of the message sent to an agent (if it was...
## Is your feature request related to a problem? Please describe There is currently minimal support for evaluating the performance of the system. This makes it difficult to evaluate the...
## Is your feature request related to a problem? Please describe There are minimal test cases for methods that require hardware. This hardware dependency can be replaced with mocking. ##...
## Is your feature request related to a problem? Please describe `pymavswarm` advertises the ability to be used for implementing decentralized swarm algorithms; however, there are no examples demonstrating how...
**Is your feature request related to a problem? Please describe.** There is currently no support for Users to configure a target agent that the other agents should follow. This is...