Can I launch multiple instances of the same node in a launch file?
I have a launch file that launches a node. I pass two sensor names as its args. I would like to launch the same node fora different pair of sensors. But it will result in a namespace error.
1)Can I launch several instances of the same node with different args in a single launch file?
2) I think I can create different launch files and include them in one launch file too. But is there a better way to go about it?