Skip to content

Commit f23ef90

Browse files
committed
Respawn node in case it crashed
1 parent 0678476 commit f23ef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/sensor_generic.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<!-- Continuous Clustering Node/Nodelet -->
5959
<node name="continuous_clustering" pkg="continuous_clustering" type="continuous_clustering_node"
60-
output="screen">
60+
output="screen" respawn="True">
6161

6262
<!-- velodyne specific parameters/re-mappings -->
6363
<param name="model" value="$(arg velodyne_model)" if="$(arg is_velodyne)"/>

0 commit comments

Comments
 (0)