h4r_x52_joyext
LED and MFD Control for Saitek X52 Pro
 All Classes Files Functions Variables Enumerator Macros Pages
x52_joyext_node.cpp
Go to the documentation of this file.
1 /*
2  * x52_joyext Node
3  * by Christian Holl (www.rad-lab.net)
4  * License: BSD
5  *
6  * Have Fun! :-)
7  */
8 
9 /*
10  * Modified by Murilo FM (muhrix@gmail.com)
11  * 12 Dec 2013
12  *
13  */
14 
15 #include <ros/ros.h>
17 
18 int main(int argc, char **argv)
19 {
20  ros::init(argc, argv, "X52JoyExt");
21  ros::NodeHandle n("~");
22  X52_JoyExt node(n);
23 }
int main(int argc, char **argv)