Line follower robot with obstacle detection

I am working on a line following and obstacle avoidance robot. The aim is to ensure robot follows a line and make stops in between tracks. This should go in a loop and operate with different types of paths.

How to create intermediate stations or stops in between line follower track?

Your post was MOVED to a more suitable location.

Could you also review How to get the best out of this forum as it will help you find your way around.

It depends how you are detecting the track. Assuming you are using a marker tape and LED/photodetectors for an optical system you have several options;
Use a single line detector and search when the line is lost;
Use two that overlap;
Use three - one to follow the line and one each side to detect misalignment or sudden changes. (eg L right or left.)
That gives you the ability to detect a "crossroads" indicating a station.

More info please on your intended method of line detecuion and obstacle detection

Barcodes

Hi, @jeffinjoseph
Welcome to the forum.

Please read the post at the start of any forum , entitled "How to use this Forum".

Do you have any code written?
Do you have any hardware to try some ideas?

Can you please tell us your electronics, programming, arduino, hardware experience?

Tom.... :grinning: :+1: :coffee: :australia:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.