Skip to content

Commit

Permalink
Make latency configurable through launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikyas Desta committed Aug 26, 2021
1 parent f128fb3 commit 2fb7c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch/video_source.ros2.launch
Expand Up @@ -10,6 +10,7 @@
<param name="width" value="$(var input_width)"/>
<param name="height" value="$(var input_height)"/>
<param name="loop" value="$(var input_loop)"/>
<param name="rtsp_latency" value="$(var input_latency)"/>
</node>

</launch>

0 comments on commit 2fb7c48

Please sign in to comment.