Packages vs nodes
I am writing a bunch of different nodes for a robot. I am trying to understand the difference between writing different nodes , each in its own package, versus putting all the nodes in the same package.
What are the benefits/drawbacks for either approach.