Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 491 Bytes

TurtleBot Maze Navigation

Description

A small program to get a turtlebot out of of maze, knowing the map of the maze.

Usage

./mazeSolver -n namespace -a address -p port

Namespace is optional, you may use it if you have many turtlebot on the same network.

Address and port are also options, it is for receiving the map from an external source, the program wait for the map and then start the bot.

External documentation

ROS & TurtleBot