#include <tile_cache_delay.h>
Public Member Functions | |
void | add (Area const &area) |
void | fit (Area const &area) |
template<typename Tile > | |
bool | ready (TileCacheDelay< Tile > const &cache, TileId const &to_find) const |
Private Attributes | |
std::vector< ExpiringArea > | history_ |
History of areas that will be or were drawn in Rviz. More... | |
A record of Areas that were visited by the robot.
Definition at line 85 of file tile_cache_delay.h.
|
inline |
Add a new Area to the history.
area | Area to add to the history. |
Definition at line 106 of file tile_cache_delay.h.
|
inline |
Remove all Areas that aren't in area
Definition at line 94 of file tile_cache_delay.h.
|
inline |
Is the tile in at least one Area that is ready?
Definition at line 120 of file tile_cache_delay.h.
|
private |
History of areas that will be or were drawn in Rviz.
Definition at line 88 of file tile_cache_delay.h.