Tunes into a cost map publisher and relays it as an Occupancy Grid. More...
#include <occupancy_grid.hpp>
Public Member Functions | |
OccupancyGrid () | |
Private Member Functions | |
void | _costMapCallback (const cost_map_msgs::CostMap::ConstPtr &msg) |
Private Attributes | |
std::map< std::string, ros::Publisher > | publishers_ |
ros::Subscriber | subscriber_ |
Tunes into a cost map publisher and relays it as an Occupancy Grid.
Definition at line 33 of file occupancy_grid.hpp.
Definition at line 23 of file occupancy_grid.cpp.
void cost_map::OccupancyGrid::_costMapCallback | ( | const cost_map_msgs::CostMap::ConstPtr & | msg | ) | [private] |
Definition at line 30 of file occupancy_grid.cpp.
std::map<std::string, ros::Publisher> cost_map::OccupancyGrid::publishers_ [private] |
Definition at line 42 of file occupancy_grid.hpp.
Definition at line 41 of file occupancy_grid.hpp.