-
Notifications
You must be signed in to change notification settings - Fork 55
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
Array in SubMessage not shown in raw-view #4
Comments
The raw view in @ablasdel @trainman419 May be one of you guys will find some time to look into this. A good starting point might be to look how |
From @ablasdel on March 4, 2015 19:16 This seems like a very important bug to fix but at the moment I don't have any time to show rqt any love. |
Fixes ros-visualization#4 Testing done: - [x] display a message with a `std_msgs.msg.Float32MultiArray` field
From @alex-gee on February 26, 2015 17:10
This issue is that i use
OuterMessage:
Header header
ClusterMsg[] clusters
ClusterMsg:
uint8[] indices
string label
But the content inside the raw view looks like in the image.
If i play the bagfile and listen with "rostopic echo /labels" i can see that the array is filled correctly
Update: The problem could be the "uint8". Apparently there is some cast to (int) missing before calling the print function.
greetings!
Copied from original issue: ros-visualization/rqt_common_plugins#305
The text was updated successfully, but these errors were encountered: