pyrobosim.utils.graph_types.Node.__init__

Node.__init__(pose: Pose, parent: Any = None, cost: float = 0.0) None

Creates a graph node.

Parameters:
  • pose – Pose of the node.

  • parent – Parent node, if any.

  • cost – Cost of the node, defaults to zero.