You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run sudo python cali_server.py the bottom servo will move all the way one direction and then stop. That servo will then become unmovable until I power down the entire car by pulling the batteries out. I have looked for a process but I'm not sure what it would be.
Here is the output as it shows on the screen when I run the python script:
pi@raspberrypi:~/car_dir/server $ sudo python cali_server.py
offset_x = 11
offset_y = 0
offset = 0
turning0 = True
turning1 = True
Waiting for connection...
I've tried to ctrl-c out of the python script but that also does not change anything.
The text was updated successfully, but these errors were encountered:
When I run sudo python cali_server.py the bottom servo will move all the way one direction and then stop. That servo will then become unmovable until I power down the entire car by pulling the batteries out. I have looked for a process but I'm not sure what it would be.
Here is the output as it shows on the screen when I run the python script:
pi@raspberrypi:~/car_dir/server $ sudo python cali_server.py
offset_x = 11
offset_y = 0
offset = 0
turning0 = True
turning1 = True
Waiting for connection...
I've tried to ctrl-c out of the python script but that also does not change anything.
The text was updated successfully, but these errors were encountered: