pyrobosim.navigation.a_star.AStarGrid.heuristic_cost_estimate

AStarGrid.heuristic_cost_estimate(cell1, cell2)

Compute heuristic cost estimate using selected heuristic.

Parameters:
  • cell1 (Tuple (int, int)) – The source cell

  • cell2 (Tuple (int, int)) – The destination cell