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

yyatk's profile - activity

2020-06-30 17:43:00 -0500 received badge  Famous Question (source)
2020-04-06 21:28:22 -0500 commented question How to kill zombie node in ROS2?

I tried to use different ROS_DOMAIN_ID and I could solve this problem. Thank you.

2020-04-06 05:06:57 -0500 received badge  Notable Question (source)
2020-04-06 03:31:54 -0500 commented question How to kill zombie node in ROS2?

This was not zombie node. It was because other people also ran same program in same network. So, I close this question.

2020-03-31 04:02:08 -0500 commented question How to kill zombie node in ROS2?

OK. I'll also ask in docker forum. Thank you.

2020-03-31 03:59:25 -0500 received badge  Popular Question (source)
2020-03-30 01:18:25 -0500 commented question How to kill zombie node in ROS2?

This zombie node may be happened when node process is killed by SIGKILL or SIGTERM.

2020-03-29 21:20:32 -0500 commented question How to kill zombie node in ROS2?

This zombie node can't be seen by ps -aux So, I can't kill this process by kill -9 PID

2020-03-29 21:14:34 -0500 commented question How to kill zombie node in ROS2?

This zombie node can't be seen by ps -aux I think this is because I couldn't write node shutdown sequence well.

2020-03-29 21:10:54 -0500 edited question How to kill zombie node in ROS2?

How to kill zombie node in ROS2? In the docker, I can get node list by this command. ros2 node list /zombie_node But,

2020-03-28 05:49:45 -0500 asked a question How to kill zombie node in ROS2?

How to kill zombie node in ROS2? In the docker, I can get node list by this command. ros2 node list /zombi_node But,

2020-03-28 04:03:45 -0500 received badge  Organizer (source)