Quote:
Originally Posted by computerwiz514
Can someone please help me with VEX Line Follower Programming. I don't understand it. I would appreciate it allot if someone sends me a code or gives information. Thanks.
|
There is some explanation of line following and a simple program in the document "Vex for the Technically Challenged" at this link:
http://www.chiefdelphi.com/media/papers/2019
We used EasyCv2, not Pro, but the application should be similar.
The line follower sample program that comes with the Vex Programming Kit uses 3 sensors, which is more complicated than using one. I think it's easier to understand what you're doing if you start with just one sensor, move up to 2, and finally, try all 3.