pyrobosim.utils.search_graph.SearchGraph.add_edge

SearchGraph.add_edge(nodeA: Node, nodeB: Node) Edge

Adds an edge between 2 nodes.

Parameters:
  • nodeA – The first node.

  • nodeB – The second node.

Returns:

The edge that was created.