hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError

reddy9698 opened this issue · comments

Hi, Hamuchiwa
I'm getting the following error while running the ultrasonic_client.py

ValueError: could not convert string to float: b'14.59320783615112314.568674564361572'.

I tried everything from previous issues and not getting an answer.

@reddy9698 Try change line 52 in ultrasonic_client.py to client_socket.send(str(distance).encode('utf-8')). File has been updated in repository . See #132.

yeah i have done that but still iam getting the same error