Direct cost translations for costmap_2d -> grid/cost maps. More...
#include <Costmap2DConverter.hpp>
Public Member Functions | |
Costmap2DDirectTranslationTable () | |
Static Public Member Functions | |
template<typename DataType > | |
static void | create (std::vector< DataType > &costTranslationTable) |
Direct cost translations for costmap_2d -> grid/cost maps.
This maps the cost directly, simply casting from the underlying unsigned char to whatever onto float fields between 0.0 and 100.0 with reserved values allocated for the costmap_2d.
Definition at line 31 of file Costmap2DConverter.hpp.
Definition at line 34 of file Costmap2DConverter.hpp.
static void grid_map::Costmap2DDirectTranslationTable::create | ( | std::vector< DataType > & | costTranslationTable | ) | [inline, static] |
Definition at line 37 of file Costmap2DConverter.hpp.