pyrobosim.navigation.occupancy_grid.OccupancyGrid.grid_to_world

OccupancyGrid.grid_to_world(pos)

Convert a given world position in grid frame to world frame.

Parameters:

pos ((int, int)) – The position to be transformed.

Returns:

The coordinates in world frame

Return type:

(float, float)