Main.cpp
Go to the documentation of this file.
00001 /*
00002  * Main.cpp
00003  *
00004  *  Created on: Jan 5, 2012
00005  *      Author: mriedel
00006  */
00007 
00008 
00009 #include <telekyb_base/TeleKyb.hpp>
00010 
00011 #include "HandJoystick.hpp"
00012 
00013 #include <ros/ros.h>
00014 
00015 using namespace telekyb;
00016 
00017 int main(int argc, char **argv) {
00018         TeleKyb::init(argc, argv, "tk_handjoystick");
00019 
00020         HandJoystick* j = new HandJoystick;
00021 
00022         ros::waitForShutdown();
00023 
00024         delete j;
00025 
00026         TeleKyb::shutdown();
00027 }
00028 
00029 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


tk_handjoystick
Author(s): Martin Riedel
autogenerated on Mon Nov 11 2013 11:14:55