main.cpp
Go to the documentation of this file.
2 
3 
4 int main(int argc, char **argv)
5 {
6  ros::init(argc, argv, "waypoints_navi");
7 
9  if (eg.init() == false)
10  {
11  ROS_ERROR("%s initialization failed", ros::this_node::getName().c_str());
12  return -1;
13  }
14  ROS_INFO("%s initialized", ros::this_node::getName().c_str());
15  eg.spin();
16  return 0;
17 }
int main(int argc, char **argv)
Definition: main.cpp:4
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
ROSCPP_DECL const std::string & getName()
#define ROS_INFO(...)
#define ROS_ERROR(...)


yocs_waypoints_navi
Author(s): Jorge Santos Simon
autogenerated on Mon Jun 10 2019 15:54:12