RZI3D
RZI3D
How do i get this to work
i have the same issue
This is my program ``` #!/usr/bin/python3 import nxt.locator import tkinter as tk def onKeyPress(event): e = event.char if e == 'w': print("Forward") wheel1.run(-100) wheel2.run(-100) if e == 'd': print("Left") steering.turn(25,60)...
I did the steps and got the same exact error My address does start with 00:16:53
``strace nxt_test --host 00:16:53:AA:BB:C`` https://pastebin.com/e5xZwwTi
rfcomm doesn't work, it just hangs until i kill it : ``` Find brick... DEBUG:nxt.locator:configuration files=['.nxt-python.conf', '/home/zackariyyasattaur/.nxt-python.conf'] DEBUG:nxt.locator:configuration read from ['.nxt-python.conf', '/home/zackariyyasattaur/.nxt-python.conf'] INFO:nxt.locator:using backend from nxt.backend.devfile INFO:nxt.backend.devfile:connecting via /dev/rfcomm0 ```...
Hey, Booting my arch linux install and installing python-nxt via ``yay nxt-python`` and `` pacman -S python-pybluez bluez bluez-utls bluez-deprecated-tools``, the program works as expected, so maybe my Fedora install...
Hi, I actually erased my computer and installed arch, so i cant debug any further, sorry! Arch seems to work fine with bluetooth though
I'm a beginner at python programming, I just opened this issue because of #200 , and after a little digging found that [the pybluez website](https://github.com/pybluez/pybluez) said that it is no...
I have the same issue: https://report.getleon.ai/raw/egeqepiceq ```ImportError: libtorch_cpu.so: cannot enable executable stack as shared object requires: Invalid argument```