Search Criteria
Package Details: python-pymavlink-git r2452.a1c7106-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pymavlink-git.git (read-only, click to copy) |
---|---|
Package Base: | python-pymavlink-git |
Description: | python MAVLink interface and utilities |
Upstream URL: | https://github.com/ArduPilot/pymavlink/ |
Licenses: | LGPL v3 |
Conflicts: | python-pymavlink, python2-pymavlink, python2-pymavlink-git |
Provides: | python-pymavlink |
Submitter: | bobpaul |
Maintainer: | bobpaul |
Last Packager: | bobpaul |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-11 19:00 (UTC) |
Last Updated: | 2019-09-13 01:29 (UTC) |
Dependencies (3)
- python-future
- python-lxml
- git (git-gitAUR, git-glAUR) (make)
Required by (5)
- ardupilot-copter-sitl (requires python-pymavlink)
- mavlink (requires python-pymavlink)
- mavlink-router-git (requires python-pymavlink)
- mavproxy (requires python-pymavlink)
- mavproxy-git (requires python-pymavlink)
Latest Comments
acxz commented on 2020-03-20 05:30 (UTC) (edited on 2020-03-20 05:33 (UTC) by acxz)
@bobpaul thx for the fast response! I am getting the following issue when installing
mavlink
from the AUR. (I just recently created it.)https://github.com/acxz/pkgbuilds/issues/19
It could be the release of
mavlink
is so old that it assumesmavgen
is in tools. Let me try withmavlink-git
.EDIT: Yeah
mavlink-git
worked just fine for me, sorry to bother you!bobpaul commented on 2020-03-20 04:23 (UTC)
Are you sure that's the correct module path? The standalone mavgen.py script gets mavgen from generator, not tools:
acxz commented on 2020-03-19 23:48 (UTC)
While this package does build for me, it seems like it is not installing the `pymavlink.tools.mavgen' module. Can you take a look into this?