hector_stair_detection_node.cpp
Go to the documentation of this file.
1 #include <ros/ros.h>
3 
4 
5 int main(int argc, char **argv){
6  ros::init(argc, argv, "hector_stair_detection_node");
7 
8  ROS_INFO("Starting HectorStairDetection Node");
10  ros::spin();
11  exit(0);
12 }
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
int main(int argc, char **argv)
ROSCPP_DECL void spin(Spinner &spinner)
#define ROS_INFO(...)


hector_stair_detection
Author(s):
autogenerated on Mon Jun 10 2019 13:36:41