|
| | JoystickInterruptTest (const std::string &cmd_vel_topic="cmd_vel") |
| |
| void | publishCmdVel (const float lin, const float ang) |
| |
| void | publishJoy (const int button, const int high_speed, const float lin0, const float ang0, const float lin1, const float ang1) |
| |
|
| void | cbCmdVel (const geometry_msgs::Twist::ConstPtr &msg) |
| |
Definition at line 39 of file test_joystick_interrupt.cpp.
◆ JoystickInterruptTest()
| JoystickInterruptTest::JoystickInterruptTest |
( |
const std::string & |
cmd_vel_topic = "cmd_vel" | ) |
|
|
inlineexplicit |
◆ cbCmdVel()
| void JoystickInterruptTest::cbCmdVel |
( |
const geometry_msgs::Twist::ConstPtr & |
msg | ) |
|
|
inlineprotected |
◆ publishCmdVel()
| void JoystickInterruptTest::publishCmdVel |
( |
const float |
lin, |
|
|
const float |
ang |
|
) |
| |
|
inline |
◆ publishJoy()
| void JoystickInterruptTest::publishJoy |
( |
const int |
button, |
|
|
const int |
high_speed, |
|
|
const float |
lin0, |
|
|
const float |
ang0, |
|
|
const float |
lin1, |
|
|
const float |
ang1 |
|
) |
| |
|
inline |
◆ cmd_vel_
| geometry_msgs::Twist::ConstPtr JoystickInterruptTest::cmd_vel_ |
|
protected |
◆ nh_
◆ pub_cmd_vel_
◆ pub_joy_
◆ sub_cmd_vel_
The documentation for this class was generated from the following file: