Skip to content

Commit 8561b13

Browse files
committed
Updated readme.
1 parent 3db02da commit 8561b13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ LGPL (like Aravis itself).
77

88
------------------------
99
The basic command to run camera_aravis:
10+
1011
$ rosrun camera_aravis camnode
1112

1213
To run it in a given namespace, which is the better way to do it:
14+
1315
$ ROS_NAMESPACE=cam1 rosrun camera_aravis camnode
1416

1517

@@ -56,10 +58,12 @@ camera_aravis supports multiple cameras, each of which may be specified on the
5658
command-line, or via parameter. Runs one camera per node.
5759

5860
To specify which camera to open, via the command-line:
61+
5962
$ ROS_NAMESPACE=cam1 rosrun camera_aravis camnode Basler-21237813
6063

6164

6265
To specify which camera to open, via a parameter:
66+
6367
$ rosparam set cam1/guid Basler-21237813
6468
$ ROS_NAMESPACE=cam1 rosrun camera_aravis camnode
6569

0 commit comments

Comments
 (0)