am_i_up/launch/am_i_up.launch.xml

17 lines
676 B
XML

<launch>
<node pkg="am_i_up" exec="server" name="am_i_up">
<param from="$(find-pkg-share am_i_up)/params/am_i_up.yaml"/>
</node>
<node pkg="data_simulator" exec="image_publisher" name="image_publisher" />
<node pkg="image2rtsp" exec="image2rtsp" name="image2rtsp">
<env name="GST_DEBUG" value="3"/>
<param from="$(find-pkg-share am_i_up)/params/image2rtsp.yaml"/>
</node>
<include file="$(find-pkg-share media_mtx_wrapper)/launch/mediamtx.launch.xml">
<arg name="config_file_path" value="$(find-pkg-share am_i_up)/params/mediamtx.yaml" />
</include>
<node pkg="data_simulator" exec="position_publisher" name="position_publisher" />
</launch>