MoffKalast / vizanti

A mission planner and visualizer for controlling outdoor ROS robots.
https://wiki.ros.org/vizanti
BSD 3-Clause "New" or "Revised" License
164 stars 34 forks source link

Advanced Node Info (ROS 2 node manager addition) #105

Open MoffKalast opened 1 month ago

MoffKalast commented 1 month ago

It would be useful to swap the current subprocess "ros2 node info" way of getting node info for the actual script that does it and package the lists of subscribers and publishers in a custom message, so the frontend can list each separately as a clickable link that adds a widget based on it if there is one that supports that topic type.