Skip to content

Commit

Permalink
Clean up launch scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoos committed Apr 24, 2012
1 parent e752564 commit 984fb8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
16 changes: 3 additions & 13 deletions launch/all.launch
@@ -1,22 +1,12 @@
<!-- %Tag(FULL)%-->
<launch>

<!-- joy node -->
<node name="tri_joy" pkg="joy" type="joy_node" respawn="true" >
<param name="dev" type="string" value="/dev/input/js1" />
<param name="deadzone" value="0" />
</node>

<node name="tri_tx" pkg="tricopter" type="groundstation.py" />
<node name="tri_rx" pkg="tricopter" type="serialmon.py" output="screen" />
<node name="tri_vis" pkg="tricopter" type="visualization.py" output="screen" />
<include file="$(find tricopter)/launch/comm.launch" />

<node pkg = "rosbag"
type = "rosbag"
name = "tri_rosbag"
name = "tricopter_rosbag"
args = "record
--output-prefix=/home/yoos/devel/tricopter/bagfiles/tricopter
--output-prefix=$(find tricopter)/bagfiles/tricopter
-a" />

</launch>
<!-- %EndTag(FULL)%-->
13 changes: 4 additions & 9 deletions launch/comm.launch
@@ -1,15 +1,10 @@
<!-- %Tag(FULL)%-->
<launch>
<include file="$(find tricopter)/launch/joy.launch" />

<!-- joy node -->
<node name="tri_joy" pkg="joy" type="joy_node" respawn="true" >
<param name="dev" type="string" value="/dev/input/js1" />
<param name="deadzone" value="0" />
</node>

<node name="tri_tx" pkg="tricopter" type="groundstation.py" />
<node name="tri_rx" pkg="tricopter" type="serialmon.py" output="screen" />
<node name="tri_vis" pkg="tricopter" type="visualization.py" output="screen" />
<node name="tricopter_inputs_processor" pkg="tricopter" type="inputs_processor.py" />
<node name="tricopter_comm" pkg="tricopter" type="comm.py" output="screen" />
<node name="tricopter_visualization" pkg="tricopter" type="visualization.py" output="screen" />

</launch>
<!-- %EndTag(FULL)%-->

0 comments on commit 984fb8d

Please sign in to comment.