|
8 | 8 | <!-- video_stream_provider can be a number as a video device or a url of a video stream --> |
9 | 9 | <arg name="video_stream_provider" default="/dev/video0" /> |
10 | 10 | <!-- frames per second to query the camera for --> |
11 | | - <arg name="fps" default="30" /> |
| 11 | + <arg name="fps" default="1" /> |
12 | 12 | <!-- frame_id for the camera --> |
13 | 13 | <arg name="frame_id" default="camera_link" /> |
14 | 14 | <!-- By default, calibrations are stored to file://${ROS_HOME}/camera_info/${NAME}.yaml |
|
22 | 22 | <!-- force width and height, 0 means no forcing --> |
23 | 23 | <arg name="width" default="0"/> |
24 | 24 | <arg name="height" default="0"/> |
| 25 | + <arg name="buffer_queue_size" default="1"/> |
25 | 26 | <!-- if show a image_view window subscribed to the generated stream --> |
26 | 27 | <arg name="visualize" default="true"/> |
27 | 28 |
|
|
35 | 36 | <param name="fps" type="int" value="$(arg fps)" /> |
36 | 37 | <param name="frame_id" type="string" value="$(arg frame_id)" /> |
37 | 38 | <param name="camera_info_url" type="string" value="$(arg camera_info_url)" /> |
| 39 | + <param name="buffer_queue_size" type="int" value="$(arg buffer_queue_size)" /> |
38 | 40 | <param name="flip_horizontal" type="bool" value="$(arg flip_horizontal)" /> |
39 | 41 | <param name="flip_vertical" type="bool" value="$(arg flip_vertical)" /> |
40 | 42 | <param name="width" type="int" value="$(arg width)" /> |
|
65 | 67 | <remap from="camera_image" to="$(arg cam_image_topic)" /> |
66 | 68 | <remap from="camera_info" to="$(arg cam_info_topic)" /> |
67 | 69 | </node> |
68 | | - |
69 | | - <!-- node pkg="owr_positioning" type="create_artag_config" name="create_artag_config" output="screen"/ --> |
| 70 | + <!-- node pkg="owr_positioning" type="create_artag_config" name="create_artag_config" output="screen"/ --> |
70 | 71 | </launch> |
0 commit comments