My team has been struggling with creating a functioning line tracker program. We’ve been researching and programming for two days. If anyone could send a picture of their line tracker program or an example line tracker program, that would be much appreciated.
Could you post what you have right now? I could give advice on how to make it work.
In general you want your line tackers as close as possible to the object/floor.
PseudoCode:
while(LineTracker Value greater than some value){
Motor spin
}
Motor stop
What this code will do is once the line tracker senses something, it will make the motor stop spinning
1 Like
Thank you so much. We just figured out the problem. Turns out it was a configuration error
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.