main.cpp
Go to the documentation of this file.
00001 #include <ros/ros.h>
00002 
00003 
00004 #include "VrMagicRosBridge_host.h"
00005 
00006 int main(int argc, char *argv[])
00007 {
00008     ros::init(argc, argv, "vrmagic_ros_bridge_server_node");
00009     ros::NodeHandle nh("~");
00010 
00011 
00012     VrMagicRosBridge_host node;
00013     node.start(10);
00014 
00015 }


vrmagic_ros_bridge_server
Author(s): Michael Schmidpeter
autogenerated on Thu Aug 27 2015 15:40:39