Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Maze Solving algorithm detects the various nodes in a maze formed with black lines using a line follower robot to computes the best path for minimum turns between start to end points.

License

NotificationsYou must be signed in to change notification settings

ShravanAnandk7/MazeRunner-Robot-Algorithm-Arduino

Repository files navigation

Introduction

The algorithm detects the various nodes in a maze formed with black lines using a line follower robot and then computes the best path for minimum turns from start to end point.

Project Description

The embeded c code is in Arduino languge and can be directly dumped to any arduino software, also the various modules of codes are presented seperately for better understanding and integrating with other codes of the user

  • IRRS Sensor CalibrationThe 6 IR Reflectance Sensors are used which give the intensity of black and white colouruseIrrs_codes.ino for geting analog data andirrs_min_max.ino for calibrating the minimum and maximum intensity values which change according to the environment, thus making the robot an adaptable to all lighting conditions.
  • Solving string pathUse themaze_solve.ino for solving the string of turns made by the robot in the first time to compute the best path. For more info regarding the string and the alogorithm seehttps://www.pololu.com/file/0J195/line-maze-algorithm.pdf whre the robot can work in two ways while reading - right justified (Always turns right) or left. Two functions are there in the code the best function can be used acccording to the path given. A C language program is also writtenNodes String Solver in C language.cpp for integration to other languages.
  • Node Sensing and InferenceNode_checking.ino can be used with just the sensors and the conditions for detection of nodes can be changed according to your positions the positions i used as shown inimage Sensor_Positions.JPG,node_version_2.ino works with controling the motors as well this code slows down the speed when a node is approaching for better detection.

- **Final Code** *Integrated_Code.ino* is the final code for the maze solver robob which consista of the the above functions.Change the conditions for detecting nodes accoring to the sensor array configuration of your robot.

About

Maze Solving algorithm detects the various nodes in a maze formed with black lines using a line follower robot to computes the best path for minimum turns between start to end points.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp