Hi folks!, I just wanted help from you guys in a project.
I know how to make a normal line follower robot, but main concern is how to make line follower robot with a path containing forks and how to program it to choose particular fork to take. Like my idea is to use RFID sensors which will call function of specific path with forks and make robot follow that path only.
Any help will be really appreciated!
Parth
Hello
I would do as follows:
- detect fork
- count fork
- lookup in table for this fork and make a decission - drive either left or right
Have a nice day and enjoy coding in C++.
Дайте миру шанс!
1 Like
Hey Paul, Thanks for your reply!
Can you also help me with a dummy code that reads fork and counts (count=count+1), and how many sensors to deploy to achieve the same?
Thanks !
Hello parth1x
I would but I can´t due to the lack of sensor electronics used.
Have a nice day and enjoy coding in C++.
Дайте миру шанс!
It is just commonly used IR Sensor with Arduino Mega, if it helps you anyhow
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.