handle_detector_main.cpp
Go to the documentation of this file.
00001 #include "handle_detector.h"
00002 #include <ros/ros.h>
00003 
00004 int main(int argc, char** argv)
00005 {
00006     ros::init(argc, argv, "door_state");
00007     DoorHandleDetector doorHandleDetector;
00008     ros::spin();
00009     return 0;
00010 }
00011 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


door_perception
Author(s): Felix Endres
autogenerated on Wed Dec 26 2012 16:03:53