mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
Default device for FPV camera
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<launch>
|
||||
<arg name="device"/>
|
||||
<arg name="device" default="/dev/video1"/>
|
||||
<arg name="port" default="9999"/>
|
||||
|
||||
<node name="fpv_camera" pkg="clever" type="fpv_camera" args="$(arg device) $(arg port)" output="screen"/>
|
||||
|
||||
Reference in New Issue
Block a user