ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'm not sure I understand your problem completely, but:
Try rosnode list
to see if it's listed there, and then perhaps rosnode kill
to get rid of it.
When you say you tried to find it using grep
what do you mean? Do you mean you tried to find the running process? Or do you mean you tried to find the executable on disk? Something else?
2 | No.2 Revision |
I'm not sure I understand your problem completely, but:
Try 'rosnode list
' to see if it's listed there, and then perhaps 'rosnode kill
' to get rid of it.
When you say you tried to find it using grep
what do you mean? Do you mean you tried to find the running process? Or do you mean you tried to find the executable on disk? Something else?