pyrobosim.navigation.occupancy_grid.OccupancyGrid.grid_to_world
- OccupancyGrid.grid_to_world(pos: tuple[int, int]) → tuple[float, float]
Convert a given world position in grid frame to world frame.
- Parameters:
pos – The position to be transformed.
- Returns:
The coordinates in world frame