Can I use RawByteString as returned type in ROSDK service method?

Can I use RawByteString as returned type in ROSDK service method?

Hi,

No, you can’t.
I can suggest to use AnsiString, UTF8String or Binary (i.e. Stream) instead of RawByteString.