
Public Member Functions | |
| def | dashboard_callback (self, msg) |
| def | get_widgets (self) |
| def | on_halt_motors (self) |
| def | on_reset_motors (self) |
| def | restore_settings (self, plugin_settings, instance_settings) |
| def | save_settings (self, plugin_settings, instance_settings) |
| def | setup (self, context) |
| def | shutdown_dashboard (self) |
Public Member Functions inherited from rqt_robot_dashboard::dashboard::Dashboard | |
| def | __init__ (self, context) |
| def | add_widgets (self) |
| def | get_widgets (self) |
| def | setup (self, context) |
| def | shutdown_dashboard (self) |
| def | shutdown_plugin (self) |
Public Member Functions inherited from qt_gui::plugin::Plugin | |
| def | __init__ (self, context) |
| def | restore_settings (self, plugin_settings, instance_settings) |
| def | save_settings (self, plugin_settings, instance_settings) |
| def | shutdown_plugin (self) |
Static Public Member Functions | |
| def | add_arguments (parser) |
Public Attributes | |
| digital_outs | |
| max_icon_size | |
| message | |
| name | |
Public Attributes inherited from rqt_robot_dashboard::dashboard::Dashboard | |
| context | |
| max_icon_size | |
| name | |
Private Attributes | |
| _batteries | |
| _breakers | |
| _console | |
| _dashboard_agg_sub | |
| _dashboard_message | |
| _last_dashboard_message_time | |
| _monitor | |
| _motor_namespace | |
| _motors | |
| _raw_byte | |
| _runstop | |
Dashboard for PR2s :param context: the plugin context :type context: qt_gui.plugin.Plugin
Definition at line 57 of file pr2_dashboard.py.
|
static |
Definition at line 165 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.dashboard_callback | ( | self, | |
| msg | |||
| ) |
callback to process dashboard_agg messages :param msg: dashboard_agg DashboardState message :type msg: pr2_msgs.msg.DashboardState
Definition at line 99 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.get_widgets | ( | self | ) |
Definition at line 96 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.on_halt_motors | ( | self | ) |
Definition at line 154 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.on_reset_motors | ( | self | ) |
Definition at line 141 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 175 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.save_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 171 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.setup | ( | self, | |
| context | |||
| ) |
Definition at line 64 of file pr2_dashboard.py.
| def rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.shutdown_dashboard | ( | self | ) |
Definition at line 161 of file pr2_dashboard.py.
|
private |
Definition at line 92 of file pr2_dashboard.py.
|
private |
Definition at line 87 of file pr2_dashboard.py.
|
private |
Definition at line 80 of file pr2_dashboard.py.
|
private |
Definition at line 94 of file pr2_dashboard.py.
|
private |
Definition at line 74 of file pr2_dashboard.py.
|
private |
Definition at line 75 of file pr2_dashboard.py.
|
private |
Definition at line 83 of file pr2_dashboard.py.
|
private |
Definition at line 72 of file pr2_dashboard.py.
|
private |
Definition at line 86 of file pr2_dashboard.py.
|
private |
Definition at line 77 of file pr2_dashboard.py.
|
private |
Definition at line 91 of file pr2_dashboard.py.
| rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.digital_outs |
Definition at line 78 of file pr2_dashboard.py.
| rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.max_icon_size |
Definition at line 66 of file pr2_dashboard.py.
| rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.message |
Definition at line 67 of file pr2_dashboard.py.
| rqt_pr2_dashboard.pr2_dashboard.PR2Dashboard.name |
Definition at line 65 of file pr2_dashboard.py.