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

Class WalkPathNode

PathNode --+
           |
          WalkPathNode


A node in the path planning graph for walkers.

Each walk path node corresponds to a span of the 'surface', or top edge, of a body. (A single body may be described by multiple WalkPathNodes if an obstacle would prevent a walker from walking from one side of it to the other).
Method Summary
  __init__(self, body, left, right, clearance)
  __repr__(self)

Instance Variable Summary
  links: A list of outgoing links in the path planning graph.

Method Details

__init__(self, body, left, right, clearance)
(Constructor)

Overrides:
pajammin.ai.pathplanner.PathNode.__init__

__repr__(self)
(Representation operator)


Instance Variable Details

links

A list of outgoing links in the path planning graph.