Skip to content

Line Follower Maze Solver Robot using OpenCV on ROS

Notifications You must be signed in to change notification settings

Hark0616/line_maze_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line Follower Maze Solver Robot using OpenCV on ROS

  1. Simple Line Follower :
roslaunch line_maze_ros line_follower_world.launch
rosrun line_maze_ros start.py

  1. Maze Solver - I have used left-hand rule algorithm to solve the maze.
roslaunch line_maze_ros line_follower_maze_world.launch
rosrun line_maze_ros start_multiple.py

Watch the full video here

About

Line Follower Maze Solver Robot using OpenCV on ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 51.3%
  • Python 48.7%