![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | Thread Tools | Display Modes |
| | (permalink) |
| New Member | I'm doing a line maze robot without the use of a microcontroller. I use backtracking to determined the correct paths and store them in memory but the thing is, after the robot reaches the end goal, it has to go back and traverse the successful path back to the start line.My instructor advises us to follow a stacking algorithm but how do we determine that the data inputted is that of the successful path?? please help... |
| | |
| | (permalink) | |
| Experienced Member | Quote:
A stack should do the trick. Think about what happens as the robot moves through the maze: as you explore each new segment, push it onto the stack; if it's a dead end, backtrack to the previous unexplored segment branch and pop the bad segment off the stack. What's left when you finally make it to the end of the maze is your path. Torben | |
| | |
| | (permalink) |
| New Member | i'm using a combination of common ICs that would be some comparators and counters and memory. btw, thanks. it's much clearer now. ^_^ |
| | |
| | (permalink) | |
| Experienced Member | Quote:
Good luck with the project! Torben | |
| | |
| | (permalink) |
| Moderator | To store data like that it will be near impossible, unless you have a ton of space for transistors. Stick to MC.
__________________ MechTronics |
| | |
| | (permalink) | |
| Experienced Member | Quote:
Torben | |
| | |
| | (permalink) |
| Moderator | Oh, I diddnt see that. I thought he wanted to just use comparators It would still be easier to use a Microcontroller. What exactly is the maze supposed to be/solved?
__________________ MechTronics |
| | |
| | (permalink) |
| New Member | yup...the instructor expects the maze to be solved by the robot...^_^;;; any more ideas?it'd be great help ^_^ |
| | |
| | (permalink) | |
| Super Moderator | Quote:
However, you could get your robot to the centre by simply following the left hand wall - but that isn't really 'solving' the maze. | |
| | |
| | (permalink) |
| New Member | the block diagram is like this robot sensors->control logic->counter->memory we'll be using a 4x1 MUX as our control logic and maybe a binary counter what do you think? |
| | |
| | (permalink) |
| Experienced Member | Sounds like a near impossible task to me. You would end up with something like the early pong games. A board about 20 inches on each side fully populated with ttl chips. Mike. |
| | |
| | (permalink) |
| New Member | is it?how so? |
| | |
| | (permalink) | |
| Super Moderator | Quote:
| |
| | |
| | (permalink) |
| New Member | so our instructor gave something impossible to do so I'd most likely fail |
| | |
| | (permalink) |
| Super Moderator | Depends what you mean by 'solve'? |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| line and light tracking robot | Polite3tol | Electronic Projects Design/Ideas/Reviews | 0 | 26th January 2008 01:24 AM |
| line tracer robot | lukeXtear | Electronic Projects Design/Ideas/Reviews | 4 | 8th January 2008 02:27 PM |
| suggest me something that can upgrade line following robot | fatal_error | Robotics Chat | 6 | 26th August 2007 02:38 PM |
| Questions about a line following robot | mattg2k4 | Robotics Chat | 14 | 30th March 2007 12:19 AM |
| Line Following Robot | Omar.M | Robotics Chat | 21 | 19th March 2007 02:04 AM |