| | Re: Extra RAM Carsten Müller
| | | (...) If you start with a blank map, you don't need a full sized array for mapping. You can build up a linked list or a binary Tree where each node hold position information status and size. If your memory is nearly use up. You start a garbage (...) (24 years ago, 23-Jun-00, to lugnet.robotics)
| | | | | | | | Re: Extra RAM Andy Gombos
| | | | | To find doors, you can assume that they are are always on a wall. Then, to find an open door, use an edge finding algorithm to highlight the edges. Where there should be a wall, but is not, there must be a door. A closed door could be found by (...) (24 years ago, 23-Jun-00, to lugnet.robotics)
| | | | | | |