pyrobosim.navigation.a_star.AStarPlanner.neighbors

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