bundle/controller.py and/or TARSmaster.py), note the default event path (/dev/input/event3) or the auto-detection logic.sudo apt update
sudo apt install -y evtest joystick
evtest on each candidate until you see button activity:
sudo evtest /dev/input/eventX
Press a few buttons—if you see the corresponding key codes, note the event ID.bundle/controller.py):
device_path = '/dev/input/eventX' # replace with the verified pathcd ~/TARS-files/bundle
python3 controller.py
Press A/B/X/Y. You should see movement logs (“move forward”, “turn left/right”, etc.).
input group (sudo usermod -aG input pi) or run with sudo.evtest to find the one carrying button presses./dev/input.