You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I tried to ping nodeA (roseus node) from nodeB side
and kill nodeB (rospy node) when ping returns False,
but I couldn't kill it because of the error message like this: ERROR: connection refused to [http://hogehoge/]
I think this problem relates to roseus is left as zombie process even rosnode kill-ed #529
because my program uses smach and has a loop.
That's why I'd like to know how to kill node from roseus side.
The text was updated successfully, but these errors were encountered:
I'd like to know how to write
rosnode kill <node name>
in roseus.If there is any link, documentation..., could you let me know?
what I want to do is like this: killing nodeB when nodeA is killed
ERROR: connection refused to [http://hogehoge/]
I think this problem relates to roseus is left as zombie process even
rosnode kill
-ed #529because my program uses
smach
and has a loop.That's why I'd like to know how to kill node from roseus side.
The text was updated successfully, but these errors were encountered: