Added clear_params=true to arduino.launch file

This commit is contained in:
Patrick Goebel 2015-12-13 08:19:13 -08:00
parent 33104433ca
commit 5c63db732d

View File

@ -1,5 +1,5 @@
<launch>
<node name="arduino" pkg="ros_arduino_python" type="arduino_node.py" output="screen">
<node name="arduino" pkg="ros_arduino_python" type="arduino_node.py" output="screen" clear_params="true">
<rosparam file="$(find ros_arduino_python)/config/my_arduino_params.yaml" command="load" />
</node>
</launch>