Issues with Point Cloud Transmission Using Fast DDS: IDL Structure and Pub-Sub Code #4550
Unanswered
MAXIANH0NG
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the IDL structure and the publish-subscribe code I used for transmitting point clouds with Fast DDS. The specific issue I encounter is: why does an error occur in the subscriber's callback function when executing the line serialize_msg.data().assign(msg.data.begin(), msg.data.end());? The error message is shown in the last section. My callback function does not perform any actions. Once I comment out the line serialize_msg.data().assign(msg.data.begin(), msg.data.end());, everything returns to normal.
Beta Was this translation helpful? Give feedback.
All reactions