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

Create a better ROS node visualizer tool #5208

Open
mitsudome-r opened this issue Sep 10, 2024 · 0 comments
Open

Create a better ROS node visualizer tool #5208

mitsudome-r opened this issue Sep 10, 2024 · 0 comments

Comments

@mitsudome-r
Copy link
Member

mitsudome-r commented Sep 10, 2024

Autoware starts up many nodes at runtime as shown in the node diagram page in our documentation.
This causes rqt_graph to be very complex and hard to see the whole view of the architecture.

We could create a tool to enable better visualization of ROS Node connections by either update the existing tools or create a separate tool. Potential features that could be implemented include:

  • support of ROS service (show the connection between client and server)
  • Grouping multiple nodes by the same namespace into a single edge in a graph
    • rqt_graph can "group" multiple nodes by surrounding them by a box, but I would like to collapse them as a "virtual" node so that we could generate simple graph as in the following image.Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant