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 }