-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
joystick.service error #20
Comments
https://github.com/stanfordroboticsclub/UDPComms ip By default UDPComms sends to the 10.0.0.X subnet, but can be changed to a different ip using this argument. |
try running |
pi@pi(rw):~/PupperCommand$ sudo python3 joystick.py During handling of the above exception, another exception occurred: Traceback (most recent call last): |
have you tired running |
sudo hciconfig hciX up |
To start with,I didnt use offical img ,instead i used version _2021 bulleyes( 2021-10-30-raspios-bullseye),and followed the offical document to install the software |
It seems like the pi's bluetooth module is not showing up at all. What version of Pi are you using? What's the output of |
raspberry 4b ,pi@pi(rw):~/PupperCommand$ hcitool dev |
It's possible something changed between raspios versions. A quick googling brings this up which suggests early bullseye versions had something wrong with bluetooth. I would recommend updating raspios (it should be possible to do in place without reinstalling) and seeing if that fixes things |
pi@pi(rw): |
thanks for your advice |
Did you solve it ? Totally same problem, though I am in the Debian 10. |
Both joystick.service and robot.service are active, but an error occurred while connecting the PS4 to the Pupper.
The specific questions are as follows:
pi@raspberrypi(rw):~$ sudo systemctl status joystick.service
● joystick.service - Pupper Joystick service
Loaded: loaded (/boot/appliance/home/pi/PupperCommand/joystick.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2019-02-14 10:17:57 GMT; 78ms ago
Process: 1173 ExecStart=/usr/bin/python3 /home/pi/PupperCommand/joystick.py (code=exited, status=1/FAILURE)
Main PID: 1173 (code=exited, status=1/FAILURE)
Thank you!
The text was updated successfully, but these errors were encountered: