Classes. More...
Public Member Functions | |
def | __init__ |
def | hibernate |
Widget Management. | |
def | on_angular_speed_spinbox_valueChanged |
def | on_start_button_clicked |
Qt Callbacks. | |
def | on_stop_button_clicked |
def | restore |
def | robot_state_callback |
Ros Callbacks. | |
def | setupUi |
def | shutdown |
Public Attributes | |
robot_state_subscriber | |
Private Member Functions | |
def | _run_finished |
Motion Callbacks. | |
def | _stop |
Private Attributes | |
_battery_topic_name | |
_cmd_vel_topic_name | |
_motion | |
_motion_thread | |
_plot_layout | |
_plot_widget | |
_ui |
Classes.
Definition at line 33 of file battery_profile_frame.py.
def kobuki_qtestsuite.battery_profile_frame.BatteryProfileFrame.__init__ | ( | self, | |
parent = None |
|||
) |
Definition at line 34 of file battery_profile_frame.py.
def kobuki_qtestsuite.battery_profile_frame.BatteryProfileFrame._run_finished | ( | self | ) | [private] |
Motion Callbacks.
Definition at line 84 of file battery_profile_frame.py.
def kobuki_qtestsuite.battery_profile_frame.BatteryProfileFrame._stop | ( | self | ) | [private] |
Definition at line 118 of file battery_profile_frame.py.
Widget Management.
This gets called when the frame goes out of focus (tab switch). Disable everything to avoid running N tabs in parallel when in reality we are only running one.
Definition at line 65 of file battery_profile_frame.py.
def kobuki_qtestsuite.battery_profile_frame.BatteryProfileFrame.on_angular_speed_spinbox_valueChanged | ( | self, | |
value | |||
) |
Definition at line 134 of file battery_profile_frame.py.
Qt Callbacks.
Definition at line 92 of file battery_profile_frame.py.
Hardcore stoppage - straight to zero.
Definition at line 112 of file battery_profile_frame.py.
Restore the frame after a hibernate.
Definition at line 73 of file battery_profile_frame.py.
Ros Callbacks.
Definition at line 142 of file battery_profile_frame.py.
Definition at line 43 of file battery_profile_frame.py.
Used to terminate the plugin
Definition at line 54 of file battery_profile_frame.py.
Definition at line 34 of file battery_profile_frame.py.
Definition at line 34 of file battery_profile_frame.py.
Definition at line 34 of file battery_profile_frame.py.
Definition at line 34 of file battery_profile_frame.py.
Definition at line 43 of file battery_profile_frame.py.
Definition at line 43 of file battery_profile_frame.py.
Definition at line 34 of file battery_profile_frame.py.
Definition at line 34 of file battery_profile_frame.py.