am_i_up/launch/data_simulators.launch.xml

40 lines
1.5 KiB
XML

<launch>
<!-- Images -->
<node pkg="data_simulator" exec="image_publisher" name="image_publisher" />
<node pkg="image2rtsp" exec="image2rtsp" name="image2rtsp">
<env name="GST_DEBUG" value=""/> <!-- Setting to 3 can help if its not working -->
<param from="$(find-pkg-share am_i_up)/params/image2rtsp.yaml"/>
</node>
<!-- j7s threed -->
<node pkg="data_simulator" exec="frame_publisher" name="frame_publisher" />
<node pkg="j7s_threed" exec="j7s_threed_node" name="threed_node">
<param from="$(find-pkg-share j7s_threed)/params/threed_world.yaml" allow_substs="true"/>
<remap from="image" to="threed_image"/>
</node>
<node pkg="image2rtsp" exec="image2rtsp" name="image2rtsp">
<env name="GST_DEBUG" value=""/> <!-- Setting to 3 can help if its not working -->
<param from="$(find-pkg-share am_i_up)/params/j7s_threed_image2rtsp.yaml"/>
</node>
<!-- Vehicle Position -->
<node pkg="data_simulator" exec="position_publisher" name="position_publisher" />
<!-- Identity -->
<node pkg="data_simulator" exec="identity_publisher" name="identity_publisher" />
<!-- Diagnostics -->
<node pkg="data_simulator" exec="diagnostic_publisher" name="diagnostic_1">
<param name="diag_level" value="OK"/>
<param name="node_name" value="node_1"/>
</node>
<node pkg="data_simulator" exec="diagnostic_publisher" name="diagnostic_2">
<param name="diag_level" value="WARN"/>
<param name="node_name" value="node_2"/>
</node>
<!-- Aggregator -->
<node pkg="j7s_diagnostics_ros" exec="j7s_diagnostic_node"/>
</launch>