mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-04 11:44:08 +05:30
Added clear_params=true to arduino.launch file
This commit is contained in:
parent
33104433ca
commit
5c63db732d
@ -1,5 +1,5 @@
|
|||||||
<launch>
|
<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" />
|
<rosparam file="$(find ros_arduino_python)/config/my_arduino_params.yaml" command="load" />
|
||||||
</node>
|
</node>
|
||||||
</launch>
|
</launch>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user