How to keep rc-car inside lane after lane detection
Hi, I am working on keeping my RC car between 2 lines inside a circuit track. I'm using a monocular camera (raspicam v2) and a raspberry 4B.
After performing some sort of lane/lines detection with opencv, what could I do to keep the car inside the lane??
Any info is welcomed.
Thank you!
Asked by MrRivi on 2020-09-09 03:58:38 UTC
Answers
understand OpenCV moments function and than get and error value from distance to center. And try to process it in PID or PI or P
Also you can check ball chasing with donkeycar build.
Asked by Morgenstern on 2021-01-19 16:13:21 UTC
Comments