NemanjaDragisic
NemanjaDragisic
I have just pulled the latest version of github source but again the problem is Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3.12/multiprocessing/process.py", line...
I manually changed this file because even after running upgrade of git repository and MAVProxy they did not upgrade by themselves. If you can give me the commands, I would...
I ran command showed on the website of ArduPilot python3 -m pip install mavproxy git+https://github.com/ArduPilot/mavproxy.git@master After this update, I got this output Collecting git+https://github.com/ArduPilot/mavproxy.git@master Cloning https://github.com/ArduPilot/mavproxy.git (to revision master) to...
I have solved the problem at least for my device, since I am running it on WSL Ubuntu. I added the command raw = np.frombuffer(raw, dtype=np.uint8) - after line 614...