This class stores the informations about a ROS master and shows it on
request.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updateButtons(self)
Updates the enable state of the buttons depending of the selection
and running state of the selected node. |
source code
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_node_selection_changed(self,
selected,
deselected)
updates the Buttons, create a description and emit description_signal to show the description of host,
group or node. |
source code
|
|
|
|
on_topic_selection_changed(self,
selected,
deselected)
updates the Buttons, create a description and emit description_signal to show the description of
selected topic |
source code
|
|
|
|
on_service_selection_changed(self,
selected,
deselected)
updates the Buttons, create a description and emit description_signal to show the description of
selected service |
source code
|
|
|
|
| on_parameter_selection_changed(self,
selected,
deselected) |
source code
|
|
|
|
| hostsFromIndexes(self,
indexes,
recursive=True) |
source code
|
|
|
|
| groupsFromIndexes(self,
indexes,
recursive=True) |
source code
|
|
|
|
| nodesFromIndexes(self,
indexes,
recursive=True) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| start_node(self,
node,
force,
config,
force_host=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
on_start_nodes_at_host(self)
Starts the selected nodes on an another host. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_io_clicked(self)
Shows IO of the selected nodes. |
source code
|
|
|
|
on_kill_screens(self)
Kills selected screens, if some available. |
source code
|
|
|
|
on_show_all_screens(self)
Shows all available screens. |
source code
|
|
|
|
on_log_clicked(self)
Shows log files of the selected nodes. |
source code
|
|
|
|
|
|
|
on_log_delete_clicked(self)
Deletes log files of the selected nodes. |
source code
|
|
|
|
on_dynamic_config_clicked(self)
Opens the dynamic configuration dialogs for selected nodes. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
on_topic_echo_clicked(self)
Shows the output of the topic in a terminal. |
source code
|
|
|
|
on_topic_hz_clicked(self)
Shows the hz of the topic in a terminal. |
source code
|
|
|
|
|
|
|
|
|
|
on_service_call_clicked(self)
calls a service. |
source code
|
|
|
|
on_topic_filter_changed(self,
text)
Filter the displayed topics |
source code
|
|
|
|
on_service_filter_changed(self,
text)
Filter the displayed services |
source code
|
|
|
|
on_parameter_filter_changed(self,
text)
Filter the displayed parameter |
source code
|
|
|
|
on_get_parameter_clicked(self)
Requests parameter list from the ROS parameter server. |
source code
|
|
|
|
on_add_parameter_clicked(self)
Adds a parameter to the ROS parameter server. |
source code
|
|
|
|
on_delete_parameter_clicked(self)
Deletes the parameter from the ROS parameter server. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|