Public Member Functions | |
def | __init__ |
def | forceToPluginMenu |
def | joyCB |
def | loadPlugins |
def | nextPlugin |
def | pluginStatusDiagnostic |
def | processMenuMode |
def | publishMenu |
def | start |
def | stateDiagnostic |
def | switchPlugin |
Public Attributes | |
controller_type | |
current_plugin | |
current_plugin_index | |
diagnostic_updater | |
history | |
joy_subscriber | |
JoyStatus | |
menu_pub | |
mode | |
plugin_instances | |
plugin_manager | |
plugins | |
pre_status | |
selecting_plugin_index | |
state | |
Static Public Attributes | |
int | mode = 0 |
int | MODE_MENU = 1 |
int | MODE_PLUGIN = 0 |
list | plugin_instances = [] |
int | STATE_INITIALIZATION = 1 |
int | STATE_RUNNING = 2 |
int | STATE_WAIT_FOR_JOY = 3 |
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 | |||
) |
int jsk_teleop_joy::joy.JoyManager::mode = 0 [static] |
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] |
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] |