File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1468,11 +1468,11 @@ def get_client_names_and_types_by_node(
14681468 """
14691469 Get a list of discovered service client topics for a remote node.
14701470
1471- :param node_name: Name of a remote node to get services for.
1471+ :param node_name: Name of a remote node to get service clients for.
14721472 :param node_namespace: Namespace of the remode node.
14731473 :return: List of tuples.
1474- The fist element of each tuple is the service name and the second element is a list of
1475- service types.
1474+ The fist element of each tuple is the service client name and the second element is a list of
1475+ service client types.
14761476 """
14771477 with self .handle as capsule :
14781478 return _rclpy .rclpy_get_client_names_and_types_by_node (
You can’t perform that action at this time.
0 commit comments