mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-09 02:54:32 +00:00
Move arduino.launch contents to clever.launch
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<launch>
|
||||
<!-- Bridge to connected Arduino using rosserial -->
|
||||
<arg name="device" default="/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0"/>
|
||||
<!-- TODO: UART connection -->
|
||||
|
||||
<node pkg="rosserial_python" type="serial_node.py" name="serial_node" output="screen">
|
||||
<param name="port" value="$(arg device)"/>
|
||||
</node>
|
||||
</launch>
|
||||
@@ -68,5 +68,7 @@
|
||||
<node name="rc" pkg="clever" type="rc" output="screen" if="$(arg rc)"/>
|
||||
|
||||
<!-- Arduino bridge -->
|
||||
<include file="$(find clever)/launch/arduino.launch" if="$(arg arduino)"/>
|
||||
<node pkg="rosserial_python" type="serial_node.py" name="serial_node" output="screen" if="$(arg arduino)">
|
||||
<param name="port" value="/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0"/>
|
||||
</node>
|
||||
</launch>
|
||||
|
||||
Reference in New Issue
Block a user