help please with Maze
((sara))
Posts: 2
please for my final project with Boe-Bot
I should make my robot mapping first on the Maze
after that It should remember the way in the maze
I should use ping sensor
please I need some Idea how can I make the Boe-Bot remember the way?
I should make my robot mapping first on the Maze
after that It should remember the way in the maze
I should use ping sensor
please I need some Idea how can I make the Boe-Bot remember the way?
Comments
Read the chapters in the Basic Stamp Manual on the READ and WRITE statements. These let you use some of the EEPROM for data storage. This is the EEPROM used for storing your program. You could use this to store the "way in the maze" like approximate distance travelled and direction for the next turn.