PX4 Teleop
|
Read input of joystick and publish it. More...
#include <iostream>
#include <iomanip>
#include <vector>
#include <cstdio>
#include <string>
#include <stdexcept>
#include <limits.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <linux/joystick.h>
#include <ros/ros.h>
#include <ros/package.h>
#include <sensor_msgs/Joy.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Read input of joystick and publish it.
Definition in file joy_publisher.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file joy_publisher.cpp.