#include <Joystick.hpp>
Public Member Functions | |
Joystick () | |
Joystick (const std::string &devPath_, bool autoOpen_=true) | |
void | run () |
virtual | ~Joystick () |
Protected Attributes | |
ros::NodeHandle | nodeHandle |
JoystickOptions * | options |
ros::Publisher | pubJoy |
ros::Publisher | pubVector3 |
Definition at line 20 of file Joystick.hpp.
Definition at line 27 of file Joystick.cpp.
TELEKYB_NAMESPACE::Joystick::Joystick | ( | const std::string & | devPath_, |
bool | autoOpen_ = true |
||
) |
Definition at line 33 of file Joystick.cpp.
TELEKYB_NAMESPACE::Joystick::~Joystick | ( | ) | [virtual] |
Definition at line 46 of file Joystick.cpp.
void TELEKYB_NAMESPACE::Joystick::run | ( | ) |
Definition at line 51 of file Joystick.cpp.
Definition at line 25 of file Joystick.hpp.
JoystickOptions* TELEKYB_NAMESPACE::Joystick::options [protected] |
Definition at line 23 of file Joystick.hpp.
ros::Publisher TELEKYB_NAMESPACE::Joystick::pubJoy [protected] |
Definition at line 26 of file Joystick.hpp.
Definition at line 29 of file Joystick.hpp.