Base class for OccupancyGrid2DProxy. More...

Public Member Functions | |
| OccupancyGrid2DProxyBase (OccupancyGrid2DProxyBase &p) | |
| DelayedDispatch | set_cells (const OccupancySet2D &cells) |
| Set/update occupancy values. | |
| DelayedDispatch | set_unoccupied_color (float r, float g, float b) |
| Set the color to use for fully unoccupied cells. | |
| DelayedDispatch | set_occupied_color (float r, float g, float b) |
| Set the color to use for fully occupied cells. | |
Base class for OccupancyGrid2DProxy.
| DelayedDispatch set_cells | ( | const OccupancySet2D & | cells | ) |
Set/update occupancy values.
Note that cell coordinates are used, not cell indices. See OccupancyGrid2DProxy for more information.
1.7.1