Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
There was an error while loading. Please reload this page.
I discovered an issue with messages containing an array with a fixed (predefined size).
Message example that is not working:
Message example that is working:
If I subscribe in rosjava (Android) to the first message, I always get an empty
namesarray with size zero. However, if I publish the second message with dynamic size 5 (filled withnames.push_back("name");) I get the correct size with the content.Is this a known limitation? Or just a bug?