Skip to content
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

Cannot resolve topic names than are in namespace of other topic #68

Open
johuber opened this issue Nov 5, 2020 · 1 comment
Open

Cannot resolve topic names than are in namespace of other topic #68

johuber opened this issue Nov 5, 2020 · 1 comment

Comments

@johuber
Copy link

johuber commented Nov 5, 2020

If there is a topic, e.g. /point and another topic called /point/shifted then it's not possible to plot /point/shifted/x because rqt tries to access the element msg.shifted.x of topic /point.

Corresponding warning is:

PlotWidget.update_plot(): error in rosplot: Invalid topic spec [/point/shifted/x]: 'Point' object has no attribute 'shifted'

However, it is possible to add the topic to the list of plotted values (the plus symbol becomes clickable and green) but the curve is not visible afterwards with this warning.

@ahcorde
Copy link

ahcorde commented Jan 15, 2024

This PR ros-visualization/rqt#299 might fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants