summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path
AgeCommit message (Collapse)Author
2010-05-10digital/avr/modules/path/astar: fix integer overflow on avrNicolas Schodet
2010-04-23digital/avr/modules/path/astar: new A* moduleNicolas Schodet
2010-04-23digital/avr/modules/path: use vect_t in interfaceNicolas Schodet
2009-08-24 * digital/avr/modules/path:Nicolas Schodet
- continue to search for obstacles until one is really blocking (closes #98).
2009-08-18 * digital/avr/modules/path/test:Nicolas Schodet
- add obstacle button.
2009-08-18 * digital/avr/modules/path (closes #81):Nicolas Schodet
- added escaping to avoid being blocked if inside an obstacle. - added obstacle factor to avoid a zone.
2009-08-18 * digital/avr/modules/path:Nicolas Schodet
- use define instead of 0xffff for infinite validity.
2009-08-13 * digital/avr/modules/path (closes #97):Nicolas Schodet
- fixed unfiltered obstacle point.
2009-06-11 * digital/avr/modules/path:Nicolas Schodet
- fixed minor typos. - added arcs display in test.
2009-06-11 * digital/avr/modules/path:Nicolas Schodet
- fixed assert.
2009-05-20 * digital/io/src:Jérémy Dufour
- assert when creating an obstacle outside of the buffer.
2009-03-03 * all python:Nicolas Schodet
- no longer use sys.path, user should set PYTHONPATH.
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
2008-07-03 * digital/avr/modules/path/test:Nicolas Schodet
- added objects movement.
2008-07-03 * digital/avr/modules/path:Nicolas Schodet
- added comments about area borders.
2008-07-03 * digital/avr/modules/path:Nicolas Schodet
- added usage doc.
2008-07-03 * digital/avr/modules/path/test:Nicolas Schodet
- added python test GUI.
2008-06-17 * digital/avr/modules/path, digital/io/src:Nicolas Schodet
- moved path finding to a separated module.