Skip to content

Commit

Permalink
Fixed single to double underscore ros__parameters (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstavrinos authored Aug 6, 2021
1 parent bcf567e commit 90f09cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/160_ros_command_line_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ node0_name:
paramN_name: paramN_value
...
nodeM_name:
ros_parameters:
ros__parameters:
...
```
Expand All @@ -163,7 +163,7 @@ some_node:
ros__parameters:
string_param: foo
another_node:
ros_parameters:
ros__parameters:
string_param: bar
```

Expand Down

0 comments on commit 90f09cd

Please sign in to comment.