drone-rigide/launch/test_derivative.launch
2019-06-02 18:02:15 +02:00

17 lines
684 B
XML

<launch>
<node name="reconf" pkg="rqt_reconfigure" type="rqt_reconfigure"/>
<node name="publisher" pkg="detect_targets" type="publish_csv.py" args="$(find detect_targets)/walk.csv" output="screen">
<remap from="output" to="derivative_input" />
</node>
<node name="D" pkg="detect_targets" type="control_compute.py" args="derivative" output="screen">
<remap from="input" to="derivative_input" />
<remap from="output" to="derivative_output" />
</node>
<node name="graph" pkg="rqt_graph" type="rqt_graph" output="screen"></node>
<node name="plot" pkg="rqt_plot" type="rqt_plot" args="/derivative_input /derivative_output" output="screen">
</node>
</launch>