pyrobosim.navigation.a_star.AStarPlanner.distance_between

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