Line Following Robot
Line Following Robot
What is a robot?
Robots are machines which do a task
which would otherwise be done by human labor. Robots may or may not possesses intelligence.
Expert systems
Neural Systems
territory which has no line to follow. (Barren land syndrome) The robot must also be capable of following a line even if it has breaks. The robot must be insensitive to environmental factors such as lighting and noise. It must allow calibration of the lines darkness threshold. Scalability must be a primary concern in the design. The color of the line must not be a factor as long as it is darker than the surroundings.
HEX Inverter
Priority Encoder
Analog Comparators
Threshold Voltage
NOR Gate
Sensor Array
THE SCHEMATIC
HARDWARE DESCRIPTION
MOTORS
Motor speed = 2400 rpm @ 6v Using gears the speed is reduced to 30 rpm @ 6v. The motors are run at 12v, so an effective speed of 60 rpm is achieved, with a considerable increase in torque.
STATE TABLE
IN1 1 0 1 IN2 0 1 0 IN3 1 0 0 IN4 OPERATION 0 1 1 BOTH MOTORS FORWARD (MOVE FORWARD) BOTH MOTORS BACKWARD (MOVE BACKWARD) RIGHT MOTOR BACKWARD LEFT MOTOR FORWARD (TURN RIGHT) RIGHT MOTOR FORWARD LEFT MOTOR BACKWARD (TURN LEFT)
THE IR SENSORS
Interrupter sensor modified to be a reflective sensor ~950nm wavelength Lens fitted to emitter and detector of focal length of 4mm
SENSOR CIRCUIT
SENSOR ARRAY
1 0
X 1
X X
X X
X X
Stop the motors Execute the no line code (specially designed algorithm) Sharp turn left Sharp turn right Turn left Turn right Move left Move right Go straight Software reset the processor
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 1 1 1 1
0 0 1 1 0 0 1 1
0 1 0 1 0 1 0 1
A detects the line B detects the line C detects the line D detects the line E detects the line F detects the line G detects the line Forbidden state
PROCESSES INVOLVED
FLOW CHART
APPLICATIONS
Industrial automated equipment carriers Automated cars. Tour guides in museums and other similar
applications. Second wave robotic reconnaissance operations.
LIMITATIONS
Choice of line is made in the hardware
abstraction and cannot be changed by software. Calibration is difficult, and it is not easy to set a perfect value. The steering mechanism is not easily implemented in huge vehicles and impossible for non-electric vehicles (petrol powered). Few curves are not made efficiently, and must be avoided.
LIMITATIONS
Lack of a four wheel drive, makes it not
suitable for a rough terrain. Use of IR even though solves a lot of problems pertaining to interference, makes it hard to debug a faulty sensor. Lack of speed control makes the robot unstable at times.
FUTURE SCOPE
Software control of the line type (dark or
light) to make automatic detection possible. Obstacle detecting sensors to avoid physical obstacles and continue on the line. Distance sensing and position logging & transmission.
Thank you