Author Topic: obstacle avoidance /line following  (Read 4974 times)

0 Members and 1 Guest are viewing this topic.

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
obstacle avoidance /line following
« on: November 18, 2007, 01:17:05 PM »
I need a robot to follow a line and go around obstacles which may be present on the line .

Now , should I just use one IR sensor that is stationary or should I use one scanning IR sensor( on a servo)?

Would the scanning be overkill for detecting an object  , going around the object, and then finding the line again?


what do you guys think?
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: obstacle avoidance /line following
« Reply #1 on: November 18, 2007, 01:53:14 PM »
Hmmmm, I'd just use a photoresistor and a green LED paired up. If green light reflects off an object, it will come back to your photoresistor. But it also depends on how big your robot is . . .

Offline airman00Topic starter

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: obstacle avoidance /line following
« Reply #2 on: November 18, 2007, 02:04:39 PM »
small robot, and the entire robot fits in a 22cm circle  ( around 8 inches)


stationary it is...
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline Rebelgium

  • Supreme Robot
  • *****
  • Posts: 637
  • Helpful? 0
  • It's called the future ... We like it here
    • orgcrime.net
Re: obstacle avoidance /line following
« Reply #3 on: November 18, 2007, 02:55:12 PM »
use three of these:
http://www.robotshop.ca/home/products/robot-parts/sensors/contact-sensors/sharp-gp2y0d340k-ir-sensor.html
one in the front center, and one on each front corner.

or an ir sharp range finer on a servo
To relax after some hard work on robotics: A very fun free online text based MMORPG
orgcrime.net

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: obstacle avoidance /line following
« Reply #4 on: November 18, 2007, 04:12:45 PM »
The reason I said photoresistor+LED was because it has a very large sensor angle (like sonar), whereas the sharp IR's are precision based, in which case they need to be scanned.