Hello, I have been trying to modify GuidanceNode.cpp in order to have a different topic for every camera.
I noticed there's a pull request with a modified node FullCameras.cpp, which I tested, but I am getting the following error:
FullCameras.cpp:75:25: error: no match for ‘operator=’ (operand types are ‘cv::Mat’ and ‘char*’)
images[j].image = data->m_greyscale_image_left[i];
Has anyone figured out how to split the node to publish 5 separate topics? Thanks.