Build a Robot to Overtake: Line Following Bot - Pragyan'08

  • Thread starter Thread starter benzun_1999
  • Start date Start date
  • Tags Tags
    Line
AI Thread Summary
The discussion revolves around the challenge of building a line-following robot that can overtake another robot in a competition. Participants are exploring ideas for obstacle detection and navigation strategies, particularly using IR LEDs for line detection and ultrasonic sensors for obstacle avoidance. There is a debate on whether the robot must remain on the lines and how dynamic the navigation should be, especially when encountering other robots. Suggestions include utilizing a power boost mechanism similar to sumo bots and referencing the book "Junkbots, Bugbots, and Bots on Wheels" for additional insights. Overall, the conversation highlights the complexities of programming and sensor calibration in creating an effective overtaking robot.
benzun_1999
Messages
260
Reaction score
0
line following robot is a very common thing now in robot competition.. but i am up with a very different challenge.. i must build a bot that must overtake another bot using lines... can anyone suggest me ideas?? the question is here..
http://pragyan.org/08/home/events/robovigyan/simbot/
 
Last edited by a moderator:
Engineering news on Phys.org
Does anyone have any new ideas?
 
What are your thoughts so far? You must have some initial thoughts that you can share?
 
we are using ir led for line detection... and we are using ultrasonics for detecting obstacle.. its the other bot detection and making decision based on it that we are quiet worried about
 
How are the obstacles set up? Is it like:
1 Start on left line
2 move forward until encounter obstacle
3 move right until line found
4 move forward until encounter obstacle
5 check right/left, move right/left until line found goto 4

Or does it have to be dynamic, in that you can't change lanes if the other robot is there.
Can you go backward? Does it HAVE to stay on the lines?

This seems pretty easy for some reason, the challenge comes into how complex your microprocessor can be, and getting your detectors calibrated.

I wish I had free time, (and spare cash), I'd love to do this. Maybe I should have stayed an electrical engineer...
 
One thing you can do, a trick from sumo bots, is use, for example, two nine volt batteries for your power source, but only have it run on one until a trigger is hit, for instance a tactile sensor from touching the other bot, then you'd have it kick in with the second battery for double the power. Do you have a copy of "Junkbots, bugbots, and bots on wheels"? If not either get a copy from the library or buy one, it is immensely useful.
 
The posted rules take most of the fun out of it. What's the point if you can't goose the opponent?
 
Back
Top