SlideShare a Scribd company logo
1 of 4
Maze Solving Robot
Performing 90° Turns
Infrared Sensors
90° Turn Coding Theory 1 of 2

1. The Robot goes forward in the maze, making sure that the distances that both its sensors
return are the same
2. The right sensor sees a big difference in the distance it is computing, engage the turning
function
3. Keep on going straight until both sensors return the same distance, the Robot is now
located in the middle of the turn, start turning
90° Turn Coding Theory 2 of 2

4. Turn until the right sensor does not receive back the IR signal it sents
5. Keep on turning. The right sensor computes a decreasing distance to the wall, until it
finally reaches its maximum. The latter is only known by turning a little more and seeing a
decreasing distance to the right wall.
6. Leave and complete the 90° Turn by going straight

More Related Content

Viewers also liked

HandyBug Robot
HandyBug Robot HandyBug Robot
HandyBug Robot Reyna M
 
Line following robot
Line following robotLine following robot
Line following robotsunil sah
 
Finding A Problem Statements (D Lab)
Finding A Problem Statements (D Lab)Finding A Problem Statements (D Lab)
Finding A Problem Statements (D Lab)Naveed Ahmed
 
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...IOSR Journals
 
SWOT Analysis Entrepreneurship
SWOT Analysis Entrepreneurship SWOT Analysis Entrepreneurship
SWOT Analysis Entrepreneurship Naveed Ahmed
 
line following robot
line following robotline following robot
line following robotRehnaz Razvi
 
Line following robot - Mini project
Line following robot - Mini projectLine following robot - Mini project
Line following robot - Mini projectAmit Upadhye
 
The line follower robot
The line follower robotThe line follower robot
The line follower robotPoonam Narang
 
Line Following Robot using Arduino UNO
Line Following Robot using Arduino UNOLine Following Robot using Arduino UNO
Line Following Robot using Arduino UNOViswanadh Ivaturi
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robotRahuldey1991
 

Viewers also liked (11)

HandyBug Robot
HandyBug Robot HandyBug Robot
HandyBug Robot
 
Soldiers
SoldiersSoldiers
Soldiers
 
Line following robot
Line following robotLine following robot
Line following robot
 
Finding A Problem Statements (D Lab)
Finding A Problem Statements (D Lab)Finding A Problem Statements (D Lab)
Finding A Problem Statements (D Lab)
 
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
 
SWOT Analysis Entrepreneurship
SWOT Analysis Entrepreneurship SWOT Analysis Entrepreneurship
SWOT Analysis Entrepreneurship
 
line following robot
line following robotline following robot
line following robot
 
Line following robot - Mini project
Line following robot - Mini projectLine following robot - Mini project
Line following robot - Mini project
 
The line follower robot
The line follower robotThe line follower robot
The line follower robot
 
Line Following Robot using Arduino UNO
Line Following Robot using Arduino UNOLine Following Robot using Arduino UNO
Line Following Robot using Arduino UNO
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 

Similar to Maze solving robot 90° Turn

Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance RobotYash Sati
 
PIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptxPIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptxvarshanaira
 
embedded system report
embedded system reportembedded system report
embedded system reportmanish katara
 
Object follower bot
Object follower botObject follower bot
Object follower botFAHAD KHAN
 
Sensor and different types of sensor .pdf
Sensor and different types of sensor  .pdfSensor and different types of sensor  .pdf
Sensor and different types of sensor .pdfIbrahim Tareq
 
Photoelectric sensors
Photoelectric sensorsPhotoelectric sensors
Photoelectric sensorsDarshil Shah
 
Pet Robot - Final Presentation
Pet Robot - Final PresentationPet Robot - Final Presentation
Pet Robot - Final Presentationderakberreyesa
 

Similar to Maze solving robot 90° Turn (10)

Line Maze Solver Presentation
Line Maze Solver PresentationLine Maze Solver Presentation
Line Maze Solver Presentation
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
 
PIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptxPIR AND ULTRASONIC PPT.pptx
PIR AND ULTRASONIC PPT.pptx
 
embedded system report
embedded system reportembedded system report
embedded system report
 
Object follower bot
Object follower botObject follower bot
Object follower bot
 
Mobile Sensors
Mobile SensorsMobile Sensors
Mobile Sensors
 
Sensor technology
Sensor technologySensor technology
Sensor technology
 
Sensor and different types of sensor .pdf
Sensor and different types of sensor  .pdfSensor and different types of sensor  .pdf
Sensor and different types of sensor .pdf
 
Photoelectric sensors
Photoelectric sensorsPhotoelectric sensors
Photoelectric sensors
 
Pet Robot - Final Presentation
Pet Robot - Final PresentationPet Robot - Final Presentation
Pet Robot - Final Presentation
 

Maze solving robot 90° Turn

  • 3. 90° Turn Coding Theory 1 of 2 1. The Robot goes forward in the maze, making sure that the distances that both its sensors return are the same 2. The right sensor sees a big difference in the distance it is computing, engage the turning function 3. Keep on going straight until both sensors return the same distance, the Robot is now located in the middle of the turn, start turning
  • 4. 90° Turn Coding Theory 2 of 2 4. Turn until the right sensor does not receive back the IR signal it sents 5. Keep on turning. The right sensor computes a decreasing distance to the wall, until it finally reaches its maximum. The latter is only known by turning a little more and seeing a decreasing distance to the right wall. 6. Leave and complete the 90° Turn by going straight