Which memory is used while publishing messages in ROS ?
When messages are published i.e. fed into a queue, where are these messages stored ? Does it use the physical memory on the disc ? Is there also some memory sharing i.e. is the memory space split between Master, publishers and subscribers ? If yes, then where are the messages stored ? in Master's memory ?