[ROS2] bag API
Hi,
I'm trying to find a way to process a ros2 bag, but at the moment it appears there is no API implemented yet to parse it like it was possible in ROS1 ( http://wiki.ros.org/rosbag/Code%20API ).
What is the best way to deal with it right now? Should I just make a parsing node that grabs data from topic during replay and stores it as a csv?
Cheers