pyrobosim.navigation.a_star.AStarPlanner.heuristic_cost_estimate

AStarPlanner.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