Search Criteria
Package Details: apm_planner-bin 2.0.26-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/apm_planner-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | apm_planner-bin |
| Description: | Ground Control Station for MAVlink based autopilots (e.g. Ardupilot) (binary version) |
| Upstream URL: | http://ardupilot.org/planner2/ |
| Keywords: | apm ardupilot drones gcs mav uav |
| Licenses: | GPL3 |
| Groups: | base-devel |
| Submitter: | ported |
| Maintainer: | None |
| Last Packager: | ported |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-12-28 23:59 (UTC) |
| Last Updated: | 2019-01-10 14:33 (UTC) |
Dependencies (10)
- flite1AUR
- libsndfile (libsndfile-gitAUR)
- python
- python-pexpect
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-script (qt5-script-gitAUR)
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
Latest Comments
petronny commented on 2020-01-20 14:08 (UTC)
Please remove this line:
bobpaul commented on 2019-09-06 18:09 (UTC) (edited on 2019-09-06 18:18 (UTC) by bobpaul)
Attempting to update the radio firmware yields:
I checked and it looks like this package puts the sik_uploader.py file in /usr/bin/ instead of where APM expects it. It'll fail anyway as APM Planner expects /usr/bin/python to be python2 but it's python3 on our systems.
I can run the script manually like:
If the
/usr/bin/sik_uploader.pyfile was executable and the header changed to require python2, it would be a little easier to run manually and still fail from APM. Since this is a bin package, I don't think the package can be fixed to work from APM.