Skip to content

Commit

Permalink
ros2node requires fully qualified node name. (#923)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Aug 22, 2024
1 parent ecfd2ed commit 01ab67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2node/ros2node/verb/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def add_arguments(self, parser, cli_name):
add_arguments(parser)
argument = parser.add_argument(
'node_name',
help='Node name to request information')
help='Fully qualified node name to request information')
argument.completer = NodeNameCompleter()
parser.add_argument(
'--include-hidden', action='store_true',
Expand Down

0 comments on commit 01ab67c

Please sign in to comment.