You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The raw view in rqt_bag tries to determine the field type based on the Python type (ros-visualization/rqt_common_plugins@6640ce2#diff-09908728fca83b95e445d7e4438e4773R193). This is simply not feasible since the logic for that is very complex. Instead it should use functions provided by genmsg or genpy to determine the type based on the actual message definition.
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: