hector_costmap_node.cpp
Go to the documentation of this file.
1 #include <ros/ros.h>
3 
4 int main (int argc, char** argv)
5 {
6  ros::init(argc,argv,"hector_costmap");
7 
8  CostMapCalculation costMapCalc;
9 
10  return (-1);
11 }
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
int main(int argc, char **argv)


hector_costmap
Author(s):
autogenerated on Mon Jun 10 2019 13:34:32