Hi everyone,
trying to build what i thought was a simple maze robot if anyone can help that would be great
aim (simple):
calculate and find the quickiest route though the maze
questions:
* what sensors should be used for mapping and avoiding walls (I suspect ultrasonic or IR for the avioding part)
* what would be the best algorthim and methodology of going about this? (for coding)
ideas in mind so far for methodology
-> first robot goes through the map for an inital scan of the maze then stores information in memory to then work out the quickest route
-> first robot scans the maze with a sensor (unsure of sensor) then stores information in memory to then work out the quickest route
realised this was a bigger project then i thought haha!