webviz does not accept ros2 bag files
Hi guys
I'm trying to use the webviz application for playing back my ros2 bag files. I use Eloquent. My problem is that webviz will not accept the format of the ros2 bag files. As I understand it webviz is not build for ros2 bag files, what is the easiest way to come around this problem?
Thanks in advance
I'm not sure the webviz authors/maintainers frequent this forum, but let's see.
re: easiest: somehow convert your
rosbag2
bags to ROS 1 format, or use the ros1bridge and have it transform all topics "live". Then userosbridge
and usewebviz
's support for visualising live data.