Skip to content

Commit

Permalink
increase timeout and reduce publish rate
Browse files Browse the repository at this point in the history
  • Loading branch information
mlogoth committed Apr 11, 2024
1 parent 50e2f3e commit f802f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/numato_ros.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<launch>
<arg name="driver_port" default="/dev/ttyNUMATO"/>
<arg name="config_dir" default="$(find numato_ros)/config/io.yaml"/>
<arg name="rate" default="8"/>

<rosparam command="load" file="$(arg config_dir)" />
<node pkg="numato_ros" name="numato_ros" type="numato_ros" output="screen">
<param name="port" value="$(arg driver_port)"/>
<param name="baud" value="9600"/>
<param name="timeout" value="0.001"/>
<param name="rate" value="$(arg rate)"/>
<param name="timeout" value="0.02"/>
</node>
</launch>

0 comments on commit f802f0b

Please sign in to comment.