Problem in rosnode
In rgbdslam package, I wrote a '--.cpp' file and built a node from that file. I often used to edited the cpp file and rebuilt the package. But later on I changed the name of the node to be built and deleted the old node manually (from the bin folder). Building the package was successful. When I run new node, and check it using
$ rosnode list
It shows the name of old node which I deleted and cannot find the name of the new node in the list.
When I tried,
$ rosnode info (name of the new node)
It reports as unknown node.
Any suggestions how to solve this problem?
And thanks in advance for your suggestions