Implements configurable buttons. More...
Public Member Functions | |
def | __init__ |
def | CreateButton |
Creates one button with functionality. | |
def | CreateControlPanel |
Creates the control panel out of configuration from ROS parameter server. | |
def | SortDict |
Sorts a dictionary alphabetically. | |
Public Attributes | |
panels | |
sss |
Implements configurable buttons.
Definition at line 64 of file buttons.py.
def buttons::buttons::__init__ | ( | self | ) |
Definition at line 65 of file buttons.py.
def buttons::buttons::CreateButton | ( | self, | ||
button_name, | ||||
function, | ||||
component_name, | ||||
parameter_name | ||||
) |
Creates one button with functionality.
Definition at line 114 of file buttons.py.
def buttons::buttons::CreateControlPanel | ( | self | ) |
Creates the control panel out of configuration from ROS parameter server.
Definition at line 71 of file buttons.py.
def buttons::buttons::SortDict | ( | self, | ||
dictionary | ||||
) |
Sorts a dictionary alphabetically.
Definition at line 119 of file buttons.py.
Definition at line 67 of file buttons.py.
Definition at line 66 of file buttons.py.