cruise-automation / rosbag.js

ROS bag file reader for JavaScript đź‘ś

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can it deal with ros2 bags as well ?

jediofgever opened this issue · comments

Hi,

I am wondering whether It is possible to also use ros2 bag files, if not would it be straightforward to extend it?

Foxglove Studio can load ROS 2 bags (db3 or mcap): https://foxglove.dev/docs/studio/connection/ros2

But I need API to read and manipulate the contents of the bag file rather than only visualization

many thanks, I think rosbag2-node is suitable, is there any example of the usage ? I couldn’t see it