#include <unistd.h>#include <math.h>#include <linux/joystick.h>#include <fcntl.h>#include <ros/ros.h>#include <sensor_msgs/Joy.h>#include <geometry_msgs/Twist.h>#include <boost/thread.hpp>
Go to the source code of this file.
Classes | |
| class | Joystick |
| Opens, reads from and publishes joystick events. More... | |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 351 of file Joystick.cpp.