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
When I try to plot a Float64 multi array I get the following error:
[ERROR] [get_message_class]: Malformed message_type: sequence<double>
Traceback (most recent call last):
File "/opt/ros/dashing/lib/python3.6/site-packages/rqt_plot/plot_widget.py", line 259, in on_topic_edit_textChanged
plottable, message = is_plottable(self._node, topic_name)
File "/opt/ros/dashing/lib/python3.6/site-packages/rqt_plot/plot_widget.py", line 154, in is_plottable
fields, message = get_plot_fields(node, topic_name)
File "/opt/ros/dashing/lib/python3.6/site-packages/rqt_plot/plot_widget.py", line 137, in get_plot_fields
for slot, slot_type in field_class.get_fields_and_field_types().items():
AttributeError: 'NoneType' object has no attribute 'get_fields_and_field_types'
I'm using dashing and trying to add the values as topic/data[0]
When I try to plot a Float64 multi array I get the following error:
I'm using dashing and trying to add the values as
topic/data[0]
the echo of the topic is:
The text was updated successfully, but these errors were encountered: