We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226b230 commit 6fcbae1Copy full SHA for 6fcbae1
README.md
@@ -63,10 +63,10 @@ And supports any props. Thanks to Hernan Badino!
63
If you want to set the property which code is 404 as 1,
64
65
```bash
66
-rosrun cv_camera cv_camera_node _property_0_code:=404 _property_0_code:=1
+rosrun cv_camera cv_camera_node _property_0_code:=404 _property_0_value:=1
67
```
68
69
-If you want to set more, use `~property_1_code` and `~property_1_code`.
+If you want to set more, use `~property_1_code` and `~property_1_value`.
70
71
Nodelet
72
-------------------
0 commit comments