pyrobosim.navigation.a_star.AStarPlanner.neighbors

AStarPlanner.neighbors(cell: tuple[int, int]) list[tuple[int, int]]

Get the neighbors of a cell in the grid.

Parameters:

cell – The cell for which the neighbors need to be computed.

Returns:

The list of neighbors of that cell.