|
| def | __init__ (self, plugin_package="jsk_teleop_joy") |
| |
| def | forceToPluginMenu (self, publish_menu=False) |
| |
| def | joyCB (self, msg) |
| |
| def | loadPlugins (self) |
| |
| def | nextPlugin (self) |
| |
| def | pluginStatusDiagnostic (self, stat) |
| |
| def | processMenuMode (self, status, history) |
| |
| def | publishMenu (self, index, close=False) |
| |
| def | start (self) |
| |
| def | stateDiagnostic (self, stat) |
| |
| def | switchPlugin (self, index) |
| |
Definition at line 47 of file joy.py.
| def jsk_teleop_joy.joy.JoyManager.__init__ |
( |
|
self, |
|
|
|
plugin_package = "jsk_teleop_joy" |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.forceToPluginMenu |
( |
|
self, |
|
|
|
publish_menu = False |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.joyCB |
( |
|
self, |
|
|
|
msg |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.loadPlugins |
( |
|
self | ) |
|
| def jsk_teleop_joy.joy.JoyManager.nextPlugin |
( |
|
self | ) |
|
| def jsk_teleop_joy.joy.JoyManager.pluginStatusDiagnostic |
( |
|
self, |
|
|
|
stat |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.processMenuMode |
( |
|
self, |
|
|
|
status, |
|
|
|
history |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.publishMenu |
( |
|
self, |
|
|
|
index, |
|
|
|
close = False |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.start |
( |
|
self | ) |
|
| def jsk_teleop_joy.joy.JoyManager.stateDiagnostic |
( |
|
self, |
|
|
|
stat |
|
) |
| |
| def jsk_teleop_joy.joy.JoyManager.switchPlugin |
( |
|
self, |
|
|
|
index |
|
) |
| |
| jsk_teleop_joy.joy.JoyManager.controller_type |
| jsk_teleop_joy.joy.JoyManager.current_plugin |
| jsk_teleop_joy.joy.JoyManager.current_plugin_index |
| jsk_teleop_joy.joy.JoyManager.diagnostic_updater |
| jsk_teleop_joy.joy.JoyManager.history |
| jsk_teleop_joy.joy.JoyManager.joy_subscriber |
| jsk_teleop_joy.joy.JoyManager.JoyStatus |
| jsk_teleop_joy.joy.JoyManager.menu_pub |
| int jsk_teleop_joy.joy.JoyManager.mode = 0 |
|
static |
| jsk_teleop_joy.joy.JoyManager.mode |
| int jsk_teleop_joy.joy.JoyManager.MODE_MENU = 1 |
|
static |
| int jsk_teleop_joy.joy.JoyManager.MODE_PLUGIN = 0 |
|
static |
| list jsk_teleop_joy.joy.JoyManager.plugin_instances = [] |
|
static |
| jsk_teleop_joy.joy.JoyManager.plugin_instances |
| jsk_teleop_joy.joy.JoyManager.plugin_manager |
| jsk_teleop_joy.joy.JoyManager.plugins |
| jsk_teleop_joy.joy.JoyManager.pre_status |
| jsk_teleop_joy.joy.JoyManager.selecting_plugin_index |
| jsk_teleop_joy.joy.JoyManager.state |
| int jsk_teleop_joy.joy.JoyManager.STATE_INITIALIZATION = 1 |
|
static |
| int jsk_teleop_joy.joy.JoyManager.STATE_RUNNING = 2 |
|
static |
| int jsk_teleop_joy.joy.JoyManager.STATE_WAIT_FOR_JOY = 3 |
|
static |
The documentation for this class was generated from the following file: