cyberglove_node.cpp
Go to the documentation of this file.
00001 
00028 #include <ros/ros.h>
00029 #include <time.h>
00030 #include "cyberglove/cyberglove_publisher.h"
00031 #include "cyberglove/cyberglove_service.h"
00032 #include "cyberglove/Start.h"
00033 #include <boost/smart_ptr.hpp>
00034 
00035 using namespace cyberglove;
00036 
00038 //           MAIN              //
00040 
00041 
00050 int main(int argc, char** argv)
00051 {
00052   ros::init(argc, argv, "cyberglove_publisher");
00053   //NodeHandle n;
00054   boost::shared_ptr<CyberglovePublisher> cyberglove_pub(new CyberglovePublisher());
00055 
00056   CybergloveService service(cyberglove_pub);
00057 
00058   ros::spin();
00059 
00060   return 0;
00061 }
00062 
00063 
00064 /* For the emacs weenies in the crowd.
00065 Local Variables:
00066    c-basic-offset: 2
00067 End:
00068 */


cyberglove
Author(s): Ugo Cupcic
autogenerated on Fri Jan 3 2014 12:04:16