pyrobosim.navigation.a_star.AStarGrid.distance_between

AStarGrid.distance_between(cell1, cell2)

Computes the distance between 2 cells in the grid.

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

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