Skip to content

Solving a maze in gazebo using ros with BFS, UCS, Astar and GBFS

License

Notifications You must be signed in to change notification settings

YouShaoze/maze_search_with_turtlebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maze_search_with_turtlebot

Solving a maze in gazebo using ros with BFS, UCS, Astar and GBFS

Instructions:

  1. Make sure you have ros kinetic is preinstalled. Run setup.sh.
  2. Change path as instructed while runnning setup.sh Go to catkin workspace.

Every time you open a new terminal, make sure to do : source devel/setup.bash from catkin workspace

  1. Run roscore
  2. Run 'rosrun search server.py' ( use --help for more details)
  3. Run "export TURTLEBOT3_MODEL=burger" in new terminal and run 'roslaunch search maze.launch'
  4. 'roslaunch search maze.launch ' will be run to start the gazebo model
  5. Run 'rosrun search move_tbot3.py' to control robot
  6. 'rosrun search search_algorithm.py -a <algo name(bfs,ucs,astar,gbfs)>

About

Solving a maze in gazebo using ros with BFS, UCS, Astar and GBFS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published