-
I couldn't find any class for the camera. Is it available for the SITL?
-
Hi,
I try to run a simple script from MAVProxy (via command: api start script.py) which contains this code:
######
import sys, pygame, pygame.mixer
pygame.init()
size = width, height = 600, 400
b…
-
Some version to python3.6?
I think that this code is to python2.7...
```
lane --speedup 1 --defaults /home/pi/ardupilot/Tools/autotest/default_params/plane.parm
RiTW: Window access not found, lo…
-
Trying to use MAVProxy with either console or map kills those module Threads and keeps MAVProxy is running.
Installed wx from homebrew `brew install wxmac` I can confirm wx is working.
Python Stack:…
-
I've just spend 2-3H trying to get it working after it stopped due to some other python upgrade in some math/graph lib.
So I upgraded everything I could.
Then I followed the instructions from http:/…
-
with mavproxy running, and connected to a pixhawk/et... when unplugging the USB cable I get this Exception:
I expect It would be more correct for mavproxy to continue running, particularly in situa…
-
Do you plan to port MAVProxy to python 3?
-
mavutil won't work with multiple heartbeats/systems in a stream since it doesn't filter for the target system. It stores received messages regardless of the source. It processes system status, gps, …
-
This commit interferes with any dronekit script that uses multiprocessing.
Having to revert to fix the issue.
https://github.com/Dronecode/MAVProxy/commit/680f9064a4c655f0bf20975fa604f9af300f15d1
-
Support for 16 rc channels seems to break RC override when running Copter-3.3.2 using the SITL simulator. That is, commands of the form `rc chan value` do not work starting with this commit:
https://…