summaryrefslogtreecommitdiff
path: root/digital/avr
diff options
context:
space:
mode:
authorNicolas Schodet2008-07-03 00:15:19 +0200
committerNicolas Schodet2008-07-03 00:15:19 +0200
commitba64391927e120966f5edac3482bf8a7f89ce12e (patch)
tree620bf99ef9f9b700aa4a8dbb5a2574c6bc2ac406 /digital/avr
parent794bc826741d0a69ec2790b5538a317c824dd2b8 (diff)
* digital/avr/modules/path:
- added comments about area borders.
Diffstat (limited to 'digital/avr')
-rw-r--r--digital/avr/modules/path/path.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/avr/modules/path/path.txt b/digital/avr/modules/path/path.txt
index b9be6314..0881e1f6 100644
--- a/digital/avr/modules/path/path.txt
+++ b/digital/avr/modules/path/path.txt
@@ -47,6 +47,11 @@ list of obstacles. The callback is defined in the ``avrconfig.h`` file.
The number of possible obstacles and the number of points per obstacle used in
the algorithm are defined at compile time.
+Borders are used to eliminate path points outside the area. They are ignored
+for the source and destination points. This is done on purpose, as it would
+not be convenient to forbid any path computation as long as the mobile is too
+close from the area borders.
+
How does it work?
=================