Read sensors from different roscores.
I have a bunch of robots with a separate roscore running on each of them. Now I would like to connect from a C++ application to every robot and read its sensor values. I saw the rosmultimaster package which seems to provide a python API to do exactly what I want. But is there also a way to connect to more than one core at once with the C++ API?