vrqc.cpp
Go to the documentation of this file.
00001 /*
00002  * vrqc.cpp
00003  *
00004  *  Created on: Oct 26, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 
00009 #include <telekyb_base/TeleKyb.hpp>
00010 //#include "ExperimentOptions.hpp"
00011 #include "Experiment.hpp"
00012 
00013 #include <ros/ros.h>
00014 
00015 using namespace telekyb;
00016 
00017 int main(int argc, char* argv[])
00018 {
00019         TeleKyb::init(argc, argv, "vrqc");
00020         // run experiment
00021         //ExperimentOptions* options = new ExperimentOptions();
00022 
00023         // Experiment
00024         Experiment *e = new Experiment;
00025 
00026         // wait for shutdown
00027         e->readSpin();
00028         //ros::waitForShutdown();
00029 
00030         delete e;
00031 
00032 
00033         TeleKyb::shutdown();
00034         return 0;
00035 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


tk_vrqc2011
Author(s): Martin Riedel
autogenerated on Wed Apr 24 2013 11:26:17