]> defiant.homedns.org Git - ros_wild_thumper.git/commitdiff
wild_thumper.launch: do not respawn on error...
authorErik Andresen <erik@vontaene.de>
Fri, 28 Oct 2016 21:04:44 +0000 (23:04 +0200)
committerErik Andresen <erik@vontaene.de>
Fri, 28 Oct 2016 21:04:44 +0000 (23:04 +0200)
launch/wild_thumper.launch

index 4b618abc657bf520303627a7bed05c535416138b..a21a14c51a9d9ebebb047ad95c04fda2c882aeef 100644 (file)
@@ -15,7 +15,7 @@
                <rosparam command="load" file="$(find wild_thumper)/config/analyzers.yaml"/>
        </node>
 
-       <node pkg="wild_thumper" type="wt_node.py" name="wild_thumper" output="screen" respawn="true" required="false">
+       <node pkg="wild_thumper" type="wt_node.py" name="wild_thumper" output="screen" respawn="false" required="false">
                <param name="enable_odom_tf" value="true" unless="$(arg use_imu)"/>
                <param name="enable_odom_tf" value="false" if="$(arg use_imu)"/>
        </node>