#include <ros/ros.h>
#include <costmap_2d/costmap_2d_ros.h>
#include <geometry_msgs/PolygonStamped.h>
#include <geometry_msgs/PointStamped.h>
#include <heatmap/geometry_tools.h>
#include <ros/wall_timer.h>
#include <visualization_msgs/Marker.h>
Go to the source code of this file.
Classes | |
class | heatmap::HeatmapClient |
Client for FrontierExplorationServer that receives control points from rviz, and creates boundary polygon for frontier exploration. More... | |
Namespaces | |
namespace | heatmap |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 156 of file heatmap_client.cpp.