Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ros rerun a node autimaticaly if it fails

roslaunch provides the respawn attribute. E.g.:

<roslaunch>
  <node name="foo" pkg="package" type="node" respawn="true" />
</roslaunch>

Check out the documentation here.
 
PREVIOUS NEXT
Tagged: #ros #rerun #node #autimaticaly #fails
ADD COMMENT
Topic
Name
5+9 =