You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed issue with readme
* Integrate HRL Support (#8)
* Added missing type hints
* Refactored to cleanup message sending and added support to send msg until ack
* Added support for new HRL messages
* Updated devices to use tuple key and ensure msg target in network
* Added requirement to clone repo in readme
* Resolved grammatical error
* Updated readme to reflect require_ack change
* Updated python requirement in readme and updated setup version
* Resolved errors in structuring named value int message
* Cleaned up readme formatting
* Created dependencies section in readme
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,17 @@
3
3
## Introduction
4
4
`pymavswarm` is a Python library implemented to enable interaction with robotic swarms using the MAVLink protocol. This library supports reading MAVLink messages sent from multiple agents in a swarm and sending MAVLink messages to agents within the swarm. Such functionality ultimately enables development of new swarm applications such as ground control stations.
5
5
6
+
## Dependencies
7
+
`pymavswarm` depends on Python versions 3.9 or greater. Ensure that this dependency is met prior to installation.
6
8
7
9
## Installation
8
10
`pymavswarm` must currently be installed manually. To do so, refer to the steps below:
9
-
1. Navigate to the `pymavswarm/` repository directory
11
+
1. Clone this repository
12
+
2. Navigate to the `pymavswarm/` repository directory
0 commit comments