Main Page
Namespaces
Classes
Files
File List
File Members
src
hector_stair_detection_node.cpp
Go to the documentation of this file.
1
#include <
ros/ros.h
>
2
#include <
hector_stair_detection/hector_stair_detection.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"
);
9
hector_stair_detection::HectorStairDetection
obj;
10
ros::spin
();
11
exit(0);
12
}
ros::init
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
main
int main(int argc, char **argv)
Definition:
hector_stair_detection_node.cpp:5
ros::spin
ROSCPP_DECL void spin(Spinner &spinner)
hector_stair_detection.h
ROS_INFO
#define ROS_INFO(...)
ros.h
hector_stair_detection::HectorStairDetection
Definition:
hector_stair_detection.h:57
hector_stair_detection
Author(s):
autogenerated on Mon Jun 10 2019 13:36:41