Skip to content

Commit 6fcbae1

Browse files
TimpleOTL
authored andcommitted
Fix commands in readme
Looks like a copy-paste error?
1 parent 226b230 commit 6fcbae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ And supports any props. Thanks to Hernan Badino!
6363
If you want to set the property which code is 404 as 1,
6464

6565
```bash
66-
rosrun cv_camera cv_camera_node _property_0_code:=404 _property_0_code:=1
66+
rosrun cv_camera cv_camera_node _property_0_code:=404 _property_0_value:=1
6767
```
6868

69-
If you want to set more, use `~property_1_code` and `~property_1_code`.
69+
If you want to set more, use `~property_1_code` and `~property_1_value`.
7070

7171
Nodelet
7272
-------------------

0 commit comments

Comments
 (0)