-
Notifications
You must be signed in to change notification settings - Fork 170
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
The webpage keeps showing waiting data #132
Comments
Could you explain a bit more of what you mean, how do I use it in ros1? All my other systems are running in ros2 |
I mean I originally had this unsolvable problem using rosboard in ros2, but it works fine in ros1, and given that you have a lot of other stuff in ros, you may want to keep polishing this project. On ros2, I found a way to display messages: first run the subscriber node, then subscribe to the topic on the web, and then start the publisher node after subscribing. You must follow this process. You can use this to troubleshoot bugs, etc. |
I ran the rosboard node in ros2 and opened the web interface, then ran two topic nodes, but waiting for data kept showing after adding the topic in the web.Please help me,thanks.
The text was updated successfully, but these errors were encountered: