Module rrtTree :: Class RRTNode
[hide private]
[frames] | no frames]

Class RRTNode

source code

A node in the RRT tree. Contains the state, a pointer to the parent, and the edge from the parent. The edge from the parent is the action that takes it from the parent's state to the currrent state.

Instance Methods [hide private]
 
__init__(self, shipState, parent, edge=CompositeAction()) source code