Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout_avr / launch / rosserial.launch @ 40659cb8

History | View | Annotate | Download (205 Bytes)

1
<launch>
2
  <node pkg="rosserial_python" type="serial_node.py" name="serial_node" output="screen">
3
    <param name="~port" value="/dev/ttyO0" />
4
    <param name="~baud" value="38400" />
5
  </node>
6
</launch>