Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

micromouse maze solving algorithm

Status
Not open for further replies.

banh

Advanced Member level 1
Advanced Member level 1
Joined
Dec 16, 2004
Messages
458
Helped
17
Reputation
34
Reaction score
5
Trophy points
1,298
Activity points
3,935
micromouse algorithm

i'm glad u can share some experiences on implementing micromouse fast run algorithm..

i did use Bellman flood algorithm. quite simple, just need another array for storing costs. flood over a few iterations until it converges.

so basically, in terms of memory -> need at least 2 16x16 array: 1 for the maze itself, and 1 for bellman flood -> 512 bytes..

is there any algorithm taking less memory?
 

Hello. I heard that the fuzzy controller with AI could be the best alternative in the design.
 

micromouse solving algorithm

do you have that algorithm? it sounds like consuming lotsa RAM..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top