how to read a rosbag in python?
Hi,
So I want to read a rosbag with the help of a python script. The rosbag contains many topics but I am mainly interested in reading the "sensor_msgs/Pointcloud2" messages. I have found 2 libraries such as "rosbags" and "bagpy" but I am not sure which one is the best to use. Does anyone have some advice or experience with these two libraries?