joystick_node.cpp
Go to the documentation of this file.
00001 
00026 #include "ros/ros.h"
00027 #include "joystick_sdl/joystick.h"
00028 
00029 int main(int argc, char *argv[])
00030 {
00031   ros::init(argc, argv, "joystick_node");
00032 
00033   ros::NodeHandle nh(""), nh_param("~");
00034   joystick_sdl::Joystick joy(&nh, &nh_param);
00035 
00036   ros::spin();
00037 }


joystick_sdl
Author(s): Mike Purvis
autogenerated on Fri Feb 12 2016 01:36:48