Skip to content

Commit

Permalink
Misc typos ros-visualization#3
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Lamprianidis <[email protected]>
  • Loading branch information
nlamprian committed Aug 28, 2023
1 parent 2b758d8 commit a8d2496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rqt_reconfigure/node_selector_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def node_selected(self, grn, scroll_to=False):
:type grn: str
"""
# Iterate over all the indexes
# Iterate over all of the indexes
for index in self._enumerate_indexes():
grn_from_index = RqtRosGraph.get_upper_grn(index, '')
logging.debug(' Compare given grn={} from selected={}'.format(
Expand Down
2 changes: 1 addition & 1 deletion src/rqt_reconfigure/param_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def create_param_client(node, remote_node_name, param_change_callback=None):


def _has_parameters(node, node_name, node_namespace):
# Get all the service provided by a node (node_name)
# Get all of the services provided by a node (node_name)
for service_name, service_types in node.get_service_names_and_types_by_node(
node_name, node_namespace):

Expand Down

0 comments on commit a8d2496

Please sign in to comment.