BagExport.cpp
Go to the documentation of this file.
00001 /*
00002  * BagExport.cpp
00003  *
00004  *  Created on: Apr 30, 2012
00005  *      Author: mriedel
00006  */
00007 
00008 
00009 #include <telekyb_base/TeleKyb.hpp>
00010 
00011 #include "BagFile.hpp"
00012 
00013 using namespace telekyb;
00014 
00015 int main(int argc, char **argv) {
00016         TeleKyb::init(argc,argv,"BagExport", ros::init_options::AnonymousName);
00017         // Bagfile
00018         BagFile* file = new BagFile();
00019         // process
00020         if (ros::ok()) {
00021                 file->process();
00022         }
00023 
00024         //ros::waitForShutdown();
00025 
00026         delete file;
00027 
00028         // it is important to free everything before this call.
00029 
00030         TeleKyb::shutdown();
00031 }
00032 
00033 
00034 
00035 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


tk_bagtools
Author(s): Martin Riedel
autogenerated on Mon Nov 11 2013 11:14:47