Is there a ROS 2 bag GUI?
I understand that the former ROS bags are now in the form of an sqlite database. For now, I have tried using a tool like sqlitebrowser
to inspect the contents of the bag/database recorded with rosbag2
.
Is there an rqt
plugin (a.k.a. rqt-bag
) for ROS 2 so re-playing just specific topics, or quickly checking their data (e.g., via plots) is more user-friendly?
I found a discourse discussion where someone made an online tool for inspecting rosbags for ROS 1. I asked about their intentions for ROS2 rosbags (rosbag2), which they are not currently considering (yet). If there is however enough interest (enough user requests) they could add this feature in future. You could have a look here: https://discourse.ros.org/t/webviz-ro... . Obviously not a solution for you right now, but it could lead to a nice tool in the future.