From 0218e4fc545b874e913bb2d68c204dedaa748c4b Mon Sep 17 00:00:00 2001 From: sethome <39254204+sethome2@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:17:37 +0800 Subject: [PATCH] Update requirements.txt for serial connection Although pymavlink supports the use of serial connections with a flight control board and utilizes a serial connection package, this information is not reflected in the requirements.txt file. Simply running "pip install -r pymavlink/requirements.txt" and attempting to use the mavutil module over serial will not work as expected. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 29d387958..634be01cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ lxml>=3.6.0 future>=0.15.2 wheel>=0.37.1 setuptools>=42 +pyserial>=3.5 fastcrc # dev dependencies: