Skip to content

Commit

Permalink
add gui arg in sample_elp_usb_4k.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Nov 12, 2020
1 parent 70103a0 commit e6f274b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsk_perception/sample/sample_elp_usb_4k.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<arg name="height" default="2160" />
<arg name="video_mode" default="mjpeg" />
<arg name="frame_rate" default="30" />
<arg name="gui" default="false" />

<include file="$(find jsk_perception)/launch/libuvc_camera.launch">
<arg name="camera_name" value="$(arg camera_name)" />
Expand All @@ -15,5 +16,6 @@
<arg name="width" value="$(arg width)" />
<arg name="video_mode" value="$(arg video_mode)" />
<arg name="frame_rate" value="$(arg frame_rate)" />
<arg name="gui" value="$(arg gui)" />
</include>
</launch>

0 comments on commit e6f274b

Please sign in to comment.