Location of the node in case of multiple workspace
Suppose I have multiple (or two ) catkin workspace with the same packages, files and nodes in it. If I run a particular node using rosrun
, which workspace will that node run from? Is there any way to find the location of files being launched or run by ros packages?