Jakob Löw

Results 59 comments of Jakob Löw

@VaeZarek i finally found some time and a Tello to try your code myself. In fact the velocity seems to be between 0 and 10. As i guessed when moving...

Can you provide your Dockerfile as well as your docker command / docker-compose file? What address do the packets appear to be coming from? Maybe you can adjust the `host`...

Ahh interesting, i didnt realise the pyAV parts are not released to pypi yet, i was already wondering because of issue #145. To me it does not look like the...

I am having the same issue, but only when building in a docker file. Running directly on my Computer it works fine. The Dockerfile: ```Dockerfile FROM rust:1 WORKDIR /opt COPY...

> Also add copyright notices, license texts, authors etc. as a header on each source file. ew i never liked that for multi-file stuff but meh

@ZILtoid1991 pls make another screenshot without the windows 10 bar and i might upvote :stuck_out_tongue:. kthxbye

Qt? sounds like C++ gtk masterrace

@steiraa it first glance the error message `does not support platform specification, but platform x64` looks like you are trying to specify to build for 64-bit windows, but the cmake...

This seems to be related and might be a problem: https://github.com/dji-sdk/RoboMaster-SDK/pull/49 It appears to me the `libmedia_codec` library is not available as a pypi package?

If I recall correctly this error sometimes happens when the tello sends non ascii/utf8 characters. Usually when first running a program. From my experience this problem goes away, when running...