Society of Robots - Robot Forum

Mechanics and Construction => Mechanics and Construction => Topic started by: teekay on September 25, 2007, 08:35:25 AM

Title: Moving along the edge
Post by: teekay on September 25, 2007, 08:35:25 AM
Hello,

Does anyone have an idea to make a robot move along an edge (of a table etc.) without using any image processing technique..?
Title: Re: Moving along the edge
Post by: Ro-Bot-X on September 25, 2007, 09:37:13 AM
Read this:
http://www.parallax.com/dl/docs/books/edu/RoboticsV2_2.pdf (http://www.parallax.com/dl/docs/books/edu/RoboticsV2_2.pdf)
Title: Re: Moving along the edge
Post by: snow on September 25, 2007, 03:15:47 PM
Two IR sensors: [ROBOT]--[SENSOR1]--[SENSOR2].

If SENSOR1 is on AND SENSOR2 is off you are going ok.
If both on you must turn toward the edge.
If both off you must turn away from the edge.

If SENSOR1 is off AND SENSOR2 is on your robot has already fallen down and broken the sensor holder :)
Title: Re: Moving along the edge
Post by: Admin on September 27, 2007, 04:56:17 PM
As snow said, you just need a sensor that can detect where the table edge is.

Try this:
http://www.societyofrobots.com/sensors_sharpirrange.shtml

and look up line following robots (an edge is also a line)