summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/path.h
AgeCommit message (Collapse)Author
2010-04-27digital/io/src: use A* algorithm to nagivate between elementsNicolas Schodet
2008-06-17 * digital/avr/modules/path, digital/io/src:Nicolas Schodet
- moved path finding to a separated module.
2008-06-17 * digital/io/src:Nicolas Schodet
- added obstacles to path report.
2008-06-17 * digital/io/src:Nicolas Schodet
- make path independent of playground.
2008-04-30 * digital/io/srcJérémy Dufour
- export the decay function ; - copy the comments from the source file into the header.
2008-04-26 * digital/io/src:Nicolas Schodet
- added path finding algorithm.