Mapping maze

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
amiroof
Posts: 3
Joined: Wed Jan 28, 2009 11:48 pm

Mapping maze

Post by amiroof »

Hello every one,
I hope that you are enjoying your flowcode programming. I had a question to ask.
Any ideas how to map the maze using flowcode 3 ? Is there anyway to do it with flowchart?

Many thanks,
Amir

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Mapping maze

Post by Benj »

Hello Amir

Mapping a maze is not a trivial task. You will probably require some kind of positioning method eg IR beacons or Sonar tracking. Otherwise all your calculations will be based on dead reckoning that will get less and less accurate over time. There are lots of articles published dealing with how to acheive this mapping functionality.

Here are a few I found with a quick Google search.
http://www.google.co.uk/search?hl=en&q= ... arch&meta=

Post Reply