-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS2: Publish an array with rqt #23
Comments
If we assume get_slot_types functions correctly, then my fix here allows us to publish arrays. However, as mentioned in this related ticket, a much larger PR should probably be merged first, before addressing this issue. My fix is not compatible with @mlautman's PR, but I would be happy to resolve the issue against that PR if that is the right thing to do. If anyone has any guidance on the guidance to help get these changes through, I'll be happy to help where fit. |
As porposed in #34 i tried to compile the rolling release and still got the error
after i typed
If i understood the other Issue #34 correctly this should have worked? I am using a UInt32 MultiArray |
There is still no way, or at least no documented way on doing this. Can anybody help out? |
Right now there is no way to do this since If you want to use it, strings are represented as normal lists, e.g.: See a complete list of numerical typecodes at https://docs.python.org/3/library/array.html |
Hi everyone, I have been using rqt to publish messages to test my applications, however I still haven't found a way to publish a message that includes an array.
In my custom message I have a variable size array declared as uint8[]. I notice in rqt that the expected type is "sequence".
I have tried different expressions, but couldn't figure out the correct one. Could someone provide an example please?
The text was updated successfully, but these errors were encountered: