Design and Implementation of A Collision Avoidance System
Design and Implementation of A Collision Avoidance System
L. Neermul
Supervisor: Assoc. Prof. C Bhurtun
Outline
Introduction
System Operation
Collision Avoidance & Path Planning
Line Follower
Object Follower
Implementation
Conclusion
Introduction
Industrial Robots, Service Robots &
Mobile Robots
Importance of Collision Avoidance
- Protect Mobile Devices & Environment
from
damage due to collision
-Designed to achieve higher autonomy
Components of Collision Avoidance
- Use of sensors (IR, Sonar, Visual) for
detection
- Use of controlled motors for motion
System Operation
System Operation
1. IR Sensors triggered by C
2. IR sensor signal fed to C
3. C processes sensor i/p through
algorithm
4. C then sends control signals to motor
controller
5. O/p Speed and direction of rotation to
Collision
Planning
Avoidance
&
Y0 = y1 + y2 + y3
Path
Line Follower
Predetermined path on floor
Both line sensors are read
0 - Reflective surfaces (High
IR intensity)
1- Non Reflective Surface
(Low IR intensity)
IF Right Sensor = 0, bias to
RIGHT
IF Left Sensor = 1, bias to LEFT
ELSE go FORWARD
Continuously check for
obstacles using proximity
Object Follower
Implementation
Collision Avoidance System
Implementation (ctd)
Line Follower
Path
Track
Conclusion
Mobile Robot System avoids obstacles
& reached predefined destination
Dynamic (moving) obstacles tackled
appropriately
Mobile Robot is almost autonomous &
may be implemented for larger scale
use
Enhancements such as sonar sensors
and optical wheel feedback may be
implemented to increase accuracy
Thank you