Sending data stream to c++ Struct
Hi,
I'm looking to use the a Data Stream from RoS to fill out a C++ Struct for visual output on a Windows GUI.
Currently, the data would go from being published on Ubuntu to a listener on Windows, then the data needs to be put into the C++ struct. I'm not sure how to accomplish that last bit. How would you normally move a data stream to a usable output (outside of RoS)?
Thanks for any help!