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

Wesley's profile - activity

2020-09-05 06:29:10 -0500 received badge  Good Question (source)
2019-01-26 17:47:23 -0500 received badge  Famous Question (source)
2018-04-10 20:52:20 -0500 received badge  Nice Question (source)
2017-09-22 03:02:42 -0500 received badge  Notable Question (source)
2017-09-21 18:51:23 -0500 marked best answer How to have a specific node survive when a required node dies from a roslaunch?

Let's say I have nodes A, B, C ... Z. I want for nodes C to Z to die when A dies, but for B to continue executing and ignore that A died. I know I can use the required="true" argument on A in the roslaunch file to kill other nodes when it dies, but is there a way to tell roslaunch to not kill B?

2017-09-21 18:51:22 -0500 received badge  Scholar (source)
2017-09-20 20:59:12 -0500 received badge  Supporter (source)
2017-09-20 08:05:11 -0500 received badge  Popular Question (source)
2017-09-19 20:19:50 -0500 asked a question How to have a specific node survive when a required node dies from a roslaunch?

How to have a specific node survive when a required node dies from a roslaunch? Let's say I have nodes A, B, C ... Z. I

2017-03-07 01:29:02 -0500 received badge  Student (source)
2016-02-03 12:50:32 -0500 received badge  Famous Question (source)
2016-02-03 12:50:32 -0500 received badge  Notable Question (source)
2016-02-03 12:50:32 -0500 received badge  Popular Question (source)
2015-07-17 16:05:34 -0500 asked a question Where is turtlesim_node inside the turtlesim package?

As an exercise, I was looking through the turtlesim package to get a better understanding of the package structures. However, I could not find any references to turtlesim_node or turtle_teleop_key inside the package, even though I know they are in the package by double tabbing to autocomplete a rosrun command. Where are these nodes?

2015-07-17 16:05:33 -0500 commented answer Can I run a bash script using roslaunch?

lucasw, have you figured out the answer to your question? if so, could you please post it?