h4r_x52_joyext
LED and MFD Control for Saitek X52 Pro
Main Page
Related Pages
Classes
Files
File List
File Members
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>
16
#include <
h4r_x52_joyext/x52_joyext.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
}
X52_JoyExt
Definition:
x52_joyext.h:44
main
int main(int argc, char **argv)
Definition:
x52_joyext_node.cpp:18
x52_joyext.h
src
x52_joyext_node.cpp
Developed by Christian Holl (Documentation generated on Wed Jun 10 2015)