Is topic communcation zero-copy if running multiple nodelets standalone? (instead of a manager)
I am confused by the Nodelet Docs regarding the two possibilities to run a nodelet (1.4 Basic Usage). Apparently, one can either
- launch one nodelet manager and load multiple nodelets into this manager or
launch multiple standalone nodelets in different nodes.
Is the communication between nodelets still zero-copy, if I launch them as standalone nodelets?