hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car
BSD 2-Clause "Simplified" License
3.33k stars 1.48k forks source link

Issue regarding training of rc car #195

Closed TejasSaralaya closed 5 years ago

TejasSaralaya commented 5 years ago

1) I have made a straight track and trained my Rc car in that track....but when I run rc_driver.py the car moves in straight track but doesn't stop after the track ends.should it stop at the end of the track? 2) The video streaming is lagging while training the car. Is there any way to reduce the lag? 3)After running rc_driver.py the car doesn't move but terminal shows left command...what might be the issue. It's urgent.....please do reply. Thank you @hamuchiwa

hamuchiwa commented 5 years ago

It doesn't stop, you need to exit the program to stop it. Take a look #187, #173 and #77, #189.