roscore: #1737 respawn rosout

This commit is contained in:
Ken Conley 2009-09-18 00:54:39 +00:00
parent 311ca713f5
commit 5d6d560d4b
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
<launch>
<master auto="start" />
<!-- all the nodes in the core file must have the name attribute specified -->
<node pkg="rosout" type="rosout" name="rosout" />
<node pkg="rosout" type="rosout" name="rosout" respawn="true"/>
</launch>