ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For the future edit /opt/ros/indigo/etc/ros/roscore.xml (change the path according to your ros distribution) and set respawn to false for rosout:

<node pkg="rosout" type="rosout" name="rosout" respawn="false"/>

This will only work after a roscore restart.