Main.cpp
Go to the documentation of this file.
00001 /*
00002  * Main.cpp
00003  *
00004  *  Created on: Nov 15, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #include <telekyb_base/TeleKyb.hpp>
00009 #include <ros/ros.h>
00010 
00011 #include "FormationControl.hpp"
00012 
00013 int main(int argc, char **argv) {
00014 
00015         // disable
00016         telekyb::RawOptionsContainer::addOption("tRosNrSpinnerThreads","4");
00017         telekyb::TeleKyb::init(argc,argv, "tk_formationctrl");
00018 
00019         FormationControl* e = new FormationControl();
00020 
00021         // spin here
00022         ros::waitForShutdown();
00023 
00024         delete e;
00025 
00026         telekyb::TeleKyb::shutdown();
00027 }
00028 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


tk_formation
Author(s): Martin Riedel
autogenerated on Mon Nov 11 2013 11:14:18