Package pajammin :: Package ai :: Module pathplanner :: Class WalkUnderLink
[show private | hide private]
[frames | no frames]

Class WalkUnderLink

PathLink --+
           |
          WalkUnderLink


A link in the path planning graph for walkers, specifying that a walker can get from one region of a body's surface to another by walking under an obstacle.
Method Summary
  __init__(self, source, target, x, destx, walk_dir, clearance)

Instance Variable Summary
    Inherited from PathLink
  source: ...
  target: ...

Method Details

__init__(self, source, target, x, destx, walk_dir, clearance)
(Constructor)

Overrides:
pajammin.ai.pathplanner.PathLink.__init__