Ilya Petrov

Results 4 issues of Ilya Petrov

Simple code bellow I tried to capture picamera image with MAX_RESOLUTION first to file and then to memory: ``` import time from picamera.array import PiRGBArray from picamera import PiCamera camera...

Installed new Windows Toolchain 0.9 on Windows 10 Professional x64, then, as usial: ```bash git clone --recursive -j8 https://github.com/PX4/Firmware.git cd Firmware make px4_sitl jmavsim ``` fails with compilation error: ```...

Hello, dear friends! I derscribed problem and solution I found here: https://github.com/PX4/Firmware/issues/11030 But nobody replied me yet, I am not sure if this problem of jmavsim or PX4 Firmware, but...

I try to install latest v1.0 toolchain on Windows 10 It does not have installer. I download source code to C:\PX4 and run install-all-components.bat It errors out on install-cygwin-python-packages.bat: ```...