hector_elevation_mapping_node.cpp
Go to the documentation of this file.
1 #include "ros/ros.h"
2 #include <nodelet/loader.h>
3 
4 int main(int argc, char **argv)
5 {
6  ros::init(argc, argv, "hector_elevation_mapping");
7 
8  // Shared parameters to be propagated to nodelet private namespaces
9  nodelet::Loader manager(true); // Don't bring up the manager ROS API
10  nodelet::M_string remappings;
11  nodelet::V_string my_argv;
12 
13  manager.load(ros::this_node::getName(), "hector_elevation_mapping/ElevationMapping", remappings, my_argv);
14 
15  ros::spin();
16  return 0;
17 }
bool load(const std::string &name, const std::string &type, const M_string &remappings, const V_string &my_argv)
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
ROSCPP_DECL const std::string & getName()
ROSCPP_DECL void spin(Spinner &spinner)
std::vector< std::string > V_string
int main(int argc, char **argv)
std::map< std::string, std::string > M_string


hector_elevation_mapping
Author(s):
autogenerated on Mon Jun 10 2019 13:34:35