pyrobosim.navigation.a_star.AStarGrid.neighbors

AStarGrid.neighbors(cell)

Get the neighbors of a cell in the grid.

Parameters:

cell (Tuple (int, int)) – The cell for which the neighbors need to be computed.