Servo Adjust problem

plugged the servo cable into the P11 port as follows.
ran cd /home/pi/picar-x/example
sudo python3 servo_zeroing.py
it failed with stew-pi@PiCar-X:~ $ sudo python3 servo_zeroing.py
python3: can’t open file ‘servo_zeroing.py’: [Errno 2] No such file or directory

Please advise. Larry

From the description you provided, sudo python3servo_zeroing.py was not entered correctly, the
It should be sudo python3 servo_zeroing.py

  1. There is no space after your Python3.
  2. Maybe your working path is not correctly switched, resulting in the error [Errno 2] No such file or directory

You can provide the error screenshot to us, we are more clear to help you solve the problem.

servi_zeroing.py does not work on your custom Ezblock OS. My problem is all fixed. Found I to adjust the wiring.

1 Like