sunfounder / SunFounder_PiCar-V

Smart Video Car Kit V2.0 for Raspberry Pi from SunFounder
GNU General Public License v2.0
112 stars 176 forks source link

ball track inop #65

Open mbar1 opened 3 years ago

mbar1 commented 3 years ago

i am unable to get the ball tracker to work.
Traceback (most recent call last): File "C:\Users\LENOVO USER\Downloads\SunFounder_PiCar-V-master\SunFounder_PiCar-V-master\ball_track\ball_tracker.py", line 1, in from picar import front_wheels, back_wheels ModuleNotFoundError: No module named 'picar' any suggestions?

Theosakamg commented 3 years ago

You must run on the PI. ( picar module is installed by install_dependencies on PI )

mbar1 commented 3 years ago

Thanks, up and running. Just not as well as I hoped for. Any code improvements available?

ctjoumas commented 3 years ago

I was going to ask the same thing. I didn't have issues getting it to run, but it doesn't seem to work very well. Has anyone had success with this?